Intermittently getting 'Unable to retrieve stored state!'
See original GitHub issueI’m using the Google OAUth2 provider and for some reason we are getting the error below intermittently:
authomatic: Google: Continuing OAuth 2.0 authorization procedure after redirect.
authomatic: Google: Validating request by comparing request state with stored state.
authomatic: Google: Reported suppressed exception: FailureError('Unable to retrieve stored state!',)!
authomatic: Google: Procedure finished.
Error during authentication flow Unable to retrieve stored state!
See below how I’m initializing Webapp2Session:
session = Webapp2Session(self, session=self.session)
Any clue on what could be causing this ?
Thanks in advance Fábio
Issue Analytics
- State:
- Created 9 years ago
- Reactions:2
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Can't perform a React state update on an unmounted ...
The problem, as far as the React team is concerned, is always in the Component code and not the Component instance, which is...
Read more >Why React doesn't update state immediately - LogRocket Blog
When developing React applications, you may have noticed that state updates don't immediately reflect new values after being changed.
Read more >TCP/IP port exhaustion troubleshooting - Windows Client
Learn how to troubleshoot port exhaustion issues. Port exhaustion occurs when all the ports on a machine are used.
Read more >How to Manage State in Your React Apps - freeCodeCamp
A common example of global state is authenticated user state. If a user is logged into our app, it is necessary to get...
Read more >Troubleshoot your Network Load Balancer
If a target is taking longer than expected to enter the InService state, it might be failing health checks. Your target is not...
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 FreeTop 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
Top GitHub Comments
@xch91 If you do find out the issue in the browser, please let us know so we can document/expect it.
After several years of inactivity,
authomatic
is now under community management, and we have just released a new stable version (1.0.0
).We are now reviewing all issues and PRs and hoping to begin work to solve as many of these as possible.
We are keen to find out which issues still apply, and which PRs are still required/are likely to merge cleanly into the current code. We are aiming to review them all, but any help with prioritisation would be very useful!
If you are still interested in having this issue/PR resolved, or are able to help us work on it, please reply to this message. That way we know which issues are most important to the community.