Open hansesm opened 1 year ago
Dear OnTask-Team, we've just updated to version 10.4 and had the following problem.
After logging in, django threw an security error: "CSRF verification failed. Request aborted."
We resolved the problem by adding the following to base.py
CSRF_TRUSTED_ORIGINS = ["http://your.ulr/", "http://.your.url"]
We think that this parameter might be missing.
Best regards
Thanks hansesm.
We're currently looking into it.
Dear OnTask-Team, we've just updated to version 10.4 and had the following problem.
After logging in, django threw an security error: "CSRF verification failed. Request aborted."
We resolved the problem by adding the following to base.py
CSRF_TRUSTED_ORIGINS = ["http://your.ulr/", "http://.your.url"]
We think that this parameter might be missing.
Best regards