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
And a very simple login page with the Netlify Identity Widget; the following happens.
Attempt to access a gated URL (i.e. /en/test).
The login page appears as expected.
Login using the Netlify Identity Widget.
Refresh the page.
Page continues to show 401 redirect to login page; however all other gated URLs start to work as expected.
In addition to the above; when the user logs out using the Netlify Identity Widget; they can continue to refresh gated URLs and see gated content even though it should be showing 401 redirects to the login page.
Given a redirects file like the following:
And a very simple login page with the Netlify Identity Widget; the following happens.
In addition to the above; when the user logs out using the Netlify Identity Widget; they can continue to refresh gated URLs and see gated content even though it should be showing 401 redirects to the login page.
Other people appear to be experiencing the same issue: https://answers.netlify.com/t/weird-behavior-by-netlify-identity-widget-and-role-based-access-control-redirects/32413
The text was updated successfully, but these errors were encountered: