Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Error: Could not append entry, key ... is not allowed to write to the log #897

Closed
aturX opened this issue Aug 21, 2020 · 1 comment
Closed

Comments

@aturX
Copy link

aturX commented Aug 21, 2020

Describe the bug
"Error: Could not append entry, key "did:3:bafyreig4trqtifolb3mw7b6elt5butfb23gj2n6dugtjm2gwt63symqvb4" is not allowed to write to the log"

I can not write new data , can not change data, but I can read data from 3box

I can not write data to 3box , when I open a new.
This is my code

            this.box = await Box.openBox(this.address, window.ethereum)
            this.box.syncDone

            console.log(this.box)
 
            const spaces = ['ant-cave']
            const address = this.address
            await this.box.auth(spaces, { address })
            await this.box.public.set('name', 'oed')
            console.log(this.box)
@oed
Copy link
Member

oed commented Aug 26, 2020

Duplicate of #872

@oed oed marked this as a duplicate of #872 Aug 26, 2020
@oed oed closed this as completed Aug 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants