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
Interestingly, this issue seems to be specific to CodeSpaces. When cloning the project to a local machine, everything functions perfectly. I attempted to address it by adding 'localhost' to the list of Trusted Origins, but unfortunately, it did not resolve the issue within CodeSpaces. However, when I tested it on my local development environment, there were no further CSRF errors related to the issue mentioned above.
After creating a new project using
django-admin startproject
, CSRF checking fails for /admin.This relates to the default project fixed under #8
The text was updated successfully, but these errors were encountered: