We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Safari, the login freezes after the Identity Provider redirects to the application. So far I have found these issues in the following devices:
It seems that refreshing the page after it freezes makes the login process to complete.
The service workers seems to start
It freezes after this event:
Note: If I disable the service worker it works fine.
"@axa-fr/react-oidc": "7.22.7",
To complete the Login process normally using Safari.
The login process get Stuck after the Identity provider redirects to the /authentication/callback route
The text was updated successfully, but these errors were encountered:
Oh thank you @leonardo-asad ,
Do you have a log from the console or something that can help to understand the problem. Which device run that version of Safari ?
Sorry, something went wrong.
The execution freeze right after this event (loginCallbackAsync_begin):
I am using lambda test to test the web app on different devices. So far I have had this problem in the following devices:
macOS Sonoma (Safari 17) The service worker doesn't show any log. The only log I can get is that loginCallbackAsync_begin event.
iPhone 15 Pro Max iOS 17.4 Safari
I've tried with different iPhones using Safari and I got the same issue. Using MacBook works with Chrome but not with Safari.
No branches or pull requests
Issue and Steps to Reproduce
Using Safari, the login freezes after the Identity Provider redirects to the application. So far I have found these issues in the following devices:
It seems that refreshing the page after it freezes makes the login process to complete.
The service workers seems to start
It freezes after this event:
Note: If I disable the service worker it works fine.
Versions
"@axa-fr/react-oidc": "7.22.7",
Expected
To complete the Login process normally using Safari.
Actual
The login process get Stuck after the Identity provider redirects to the /authentication/callback route
Additional Details
The text was updated successfully, but these errors were encountered: