You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that if you refresh the page, after getting the error, it will then bring you to the sign in page. At that point, for me, it allows me to sign in. It seems to just give the error when you initially click the sign in button on the main menu.
Some thoughts on what the problem could be:
Auth0 might reject the initial request because the redirect URL doesn’t match what's configured in the Auth0 settings.
When refreshing, the Safari might be including the correct context or session tokens in this subsequent request.
Cookies or session tokens might not be properly set or sent on the initial load.
During the first click, the state parameter might not be generated or correctly stored. The refresh process regenerates it or retrieves it from local storage, ensuring that Auth0 gets the correct state.
I am interested in working on this issue and contributing to the Akash project
Steps to reproduce:
EXR: auth0 is opened
ACT: 400 error message is shown
The text was updated successfully, but these errors were encountered: