-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels