You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A decent number of unhandled errors are being thrown from the Idena signin process.
Here is a sample of the errors being thrown when you do not qualify for a stamp.
{
"code": 403,
"error": "There was an unexpected error during verification. TypeError: Cannot read properties of undefined (reading 'state') at /usr/src/platforms/dist/commonjs/Idena/procedures/idenaSignIn.js:77:56"
},
{
"code": 403,
"error": "There was an unexpected error during verification. TypeError: Cannot read properties of undefined (reading 'state') at /usr/src/platforms/dist/commonjs/Idena/procedures/idenaSignIn.js:77:56"
},
{
"code": 403,
"error": "There was an unexpected error during verification. TypeError: Cannot read properties of undefined (reading 'state') at /usr/src/platforms/dist/commonjs/Idena/procedures/idenaSignIn.js:77:56"
},
The linked PR should resolve this.
The text was updated successfully, but these errors were encountered:
A decent number of unhandled errors are being thrown from the Idena signin process.
Here is a sample of the errors being thrown when you do not qualify for a stamp.
The linked PR should resolve this.
The text was updated successfully, but these errors were encountered: