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
When I log into my application using my iPhone, my post request for the token turns into a get. So my page keeps reloading. Everything works on other devices.
I'm using iPhone 7 with iOS 15.8.3
My config
Here are the errors that are displayed in Safari using the extension. I don't have a MAC so this is the only way I can do it.
In the logs on the server you can also see that a get request is coming.
How can I fix this problem?
The text was updated successfully, but these errors were encountered:
Hi @vital21 , thank you for your feedback.
This is very strange. I do know how to investigate.
Do you have the same behavior if you desactivate the serviceworker mode?
We commented out the line and added a forced replacement of the access token in requests. It helped. Is disabling ServiceWorker the only solution, or are there other solutions to this problem?
//service_worker_relative_url: '/OidcServiceWorker.js',
Hi @guillaume-chervet.
When I log into my application using my iPhone, my post request for the token turns into a get. So my page keeps reloading. Everything works on other devices.
I'm using iPhone 7 with iOS 15.8.3
My config
Here are the errors that are displayed in Safari using the extension. I don't have a MAC so this is the only way I can do it.
In the logs on the server you can also see that a get request is coming.
How can I fix this problem?
The text was updated successfully, but these errors were encountered: