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
If Nginx config has a location block which is changed via rewrite, when the id_token and access_token times out and refreshes the rewritten URL is not found and a 404 page experienced with logs indicating URL and file not found.
If Nginx config has a location block which is changed via
rewrite
, when the id_token and access_token times out and refreshes the rewritten URL is not found and a 404 page experienced with logs indicating URL and file not found.e.g.
So the link becomes /contact
I’ve traced this issue I experienced to the function
retryOriginalRequest
in theopenid_connect.js
file and this function is using theuri
variable.If I update
uri
torequest_uri
I don’t have any 404 errors and the logs don’t show the URL or file was not found.e.g.
Please review if this change is suitable for a wider audience and make the repo changes if relevant.
Thanks
The text was updated successfully, but these errors were encountered: