Thanks to visit codestin.com
Credit goes to github.com

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

Box.create should not throw "denied permission" exception #890

@dkent600

Description

@dkent600

During this:

    box = await Box.create(web3Provider);

an exception is thrown (and not caught):

generating 2048-bit RSA keypair...
Uncaught (in promise)
cause: undefined
message: "The user denied permission to access the database."
name: "OpenError"
stack: "OpenError: The user denied permission to access the database.↵

spaceName is "DAOstack"
Using [email protected]
The web3provider is pointing at rinkeby.

You can reproduce here: https://alchemy-add3boxcomments-jjgmo6.herokuapp.com/

STEPS:

  1. in the upper-right, login to an account (I'm using metamask)
  2. hover your mouse over the account address or name and in the dropdown, click "Full Profile"
  3. edit and submit the profile.

RESULT:
The exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions