scatterjs-core@2.7.7 "There is no identity with an account set on your Scatter instance."
See original GitHub issueHi, @nsjames
Initially getting an identity and forget it works well with scatterjs-core@2.7.7
, but getting an identity second time then forget it occurs Uncaught o {type: "There is no identity with an account set on your Scatter instance.", message: undefined, code: 423, isError: true}
import ScatterJS from 'scatterjs-core';
signOut(){
console.log(ScatterJS.scatter.identity) // returns null
ScatterJS.scatter.forgetIdentity().then(() => {
})
}
problem does not occur with scatterjs-core@2.3.8
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
"There is no identity with an account set on your Scatter ...
with ScatterWebExtension(Scatter Classic) get Error { type: "There is no identity with an account set on your Scatter instance.
Read more >Delegate access across AWS accounts using IAM roles
Learn the steps for delegating API access in your AWS account to an AWS Identity and Access Management (IAM) user in another account....
Read more >Account Confirmation & Password Recovery - ASP.NET 4.x
Build the Identity sample; Set up email confirmation. New users register their email alias, which creates a local account.
Read more >Leverage Google Identity to reduce sign in friction and abuse ...
Account hacking makes headlines everyday, and building usable, secure systems is hard - what are developers to do? Learn how to leverage the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright, so I noticed it only happens when you don’t inject
{network}
into the connect. I pushed a fix to core (scatterjs-core@2.7.9
) which fixed the issue and also tested it on your repo and it works now. Thanks for the report! 👍Awesome, thank you.