question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scatterjs-core@2.7.7 "There is no identity with an account set on your Scatter instance."

See original GitHub issue

Hi, @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:closed
  • Created 5 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
nsjamescommented, Jan 30, 2019

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! 👍

0reactions
edwardfxiaocommented, Jan 30, 2019

Awesome, thank you.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found