Skip to content
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

Duplicate entry in urlpatterns for CSRFTokenEndpoint view in backend. #6425

Open
anuraagnagar opened this issue Jan 17, 2025 · 1 comment · May be fixed by #6427
Open

Duplicate entry in urlpatterns for CSRFTokenEndpoint view in backend. #6425

anuraagnagar opened this issue Jan 17, 2025 · 1 comment · May be fixed by #6427

Comments

@anuraagnagar
Copy link

The CSRFTokenEndpoint view is registered more than once in the plane.authentication.urls.urlpatterns, leading to duplicate entries in the URL configuration.

@anuraagnagar anuraagnagar changed the title Duplicate entry in urlpatterns for CSRFTokenEndpoint view in backend Duplicate entry in urlpatterns for CSRFTokenEndpoint view in backend. Jan 17, 2025
@feurer98
Copy link

this ist in apiserver/plane/authentication/urls.py at line 51 and 56.

@NarayanBavisetti NarayanBavisetti linked a pull request Jan 28, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants