Skip to content

can't create account or login #156

@danielocdh

Description

@danielocdh

running the code locally with npm run start, but the same errors seem present on the online version

I was trying to create and account, after filling name and about me the dialog closed and I got this on the console:

Error during registration: SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at registerAccount (UserDetailsForAccountCreationModal.js:108:1)
    at async onClick (UserDetailsForAccountCreationModal.js:227:1)

then when trying to login with the key I was given I get this:

VM111:1 Uncaught (in promise) SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at getUserDetailsFromPrivateKey (index.js:30:1)
getUserDetailsFromPrivateKey	@	index.js:30
await in getUserDetailsFromPrivateKey		
logUserIn	@	LoginModal.js:27
onClick	@	LoginModal.js:131

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions