We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug CSRF Token missing error in debug console.
Forbidden (CSRF token missing or incorrect.): /admin/wagtail_tag_manager/variable/create/ [15/Apr/2021 11:58:36] "POST /admin/wagtail_tag_manager/variable/create/ HTTP/1.1" 403 2513
To Reproduce Steps to reproduce the behavior:
Expected behavior Need to handle CSRF or use exempt.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Besides the reported occurrence, I am also experiencing CSRF errors here:
django | Forbidden (CSRF token missing or incorrect.): /wtm/lazy/ django | WARNING 2021-10-24 21:29:21,597 log 541 140006087927552 Forbidden (CSRF token missing or incorrect.): /wtm/lazy/
Sorry, something went wrong.
jberghoef
No branches or pull requests
Describe the bug
CSRF Token missing error in debug console.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Need to handle CSRF or use exempt.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: