-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get authentication details in web application #87
Comments
Are you able to check that the token stored in local storage is a properly formatted JWT token? Are you able to run |
I just reproduced this in another desktop, and I have a hunch of what the culprit might be.
I had changed my display name to include non-ASCII characters ( |
I'm not sure I'm following... |
Ah no, The problem was that a Unicode display name would either corrupt the token or make the application unable to decode it properly. After changing my display name to something simpler and logging in again, it worked fine. So the way to reproduce it is to have certain non-ASCII characters in the display name on Stack Overflow. |
Oh right, of course - that makes more sense! So I've done a bit of digging and there are a few ways to fix this but I might just end up removing the display name from the token altogether. Not sure when I'll have time to look into this, but hopefully within the week. Thanks for the report! |
Recently, I've been unable to log in to Higgs in order to classify the various records, both on my personal laptop and on my mobile phone. The first time I press Login, the following console error appears:
In this state, the browser has the local storage key
access_token
defined and is also present in the url's query string, and then with subsequent refreshes the_fb
cookie disappears and the browser only shows a blank page with the same JavaScript error.Is there something more in which I can assist here to track the problem down?
Browser:
(Bringing the Brave shields down did not solve the problem)
The text was updated successfully, but these errors were encountered: