-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
LOGIN_EXEMPT_URLS not working for application's urls #318
Comments
It's regex, so you could add a E.g. |
I tried with *, didn't help. Is there any way to debug such things? |
One option is to add a |
I put breakpoint on view and didn't find any problem. Path is as expected and LOGIN_EXEMPT_URLS variable value contains it. |
I'm now seeing this error as well |
Please provide an example GitHub repo we can look at, or enough context for us to reproduce. |
I have configured LOGIN_EXEMPT_URLS and it's working for admin page but for nested urls of application it isn't. What is the proper way to handle it?
Upvote & Fund
The text was updated successfully, but these errors were encountered: