-
Notifications
You must be signed in to change notification settings - Fork 219
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
Stuck on callback page #106
Comments
Hey, Dylan! Are you seeing any errors in the console? What browser are you using? We've seen some weirdness with Safari (#93 should fix this), so if that's what you're using maybe give another browser a shot until we have the chance to patch that up. Thanks! |
Hey. I’m using Firefox on iOS (also tried Safari). I actually can’t get to a desktop until next week, but I’ll try again there and update you :). Thanks! |
Sorry about that! I'll see if I can clear some time to fix the Safari issue sooner. (I think it has to do with the localStorage usage, which I think is weird on iOS.) |
Awesome 😎! |
I stumbled upon this issue too on Safari 11.1.2 (13605.3.8). It works fine on Firefox 61.0.1. Warning gets printed into console:
Not sure if I read the signs correctly but it looks like Auth0 client library returns |
Have the same issue on Chrome iOS. Looks like the website recognizes me but does not redirect me. If I go back I’m not logged in even after refreshing the page. |
@jlengstorf @Manoz Safari is not tolerant of hashes on urls that don't have a trailing slash. So something to check is that your https://community.auth0.com/t/hash-gets-lost-on-safari-webkit-browsers/7263/6 |
- Safari apparently requires trailing slashes or it dumps all hashes. So... we added a trailing slash. closes #106
- Safari apparently requires trailing slashes or it dumps all hashes. So... we added a trailing slash. closes #106
Recently made my first Gatsby PR and trying to use the login button, but I don’t get redirected past the callback page.
The text was updated successfully, but these errors were encountered: