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

CSRF issue - Admin Panel #86

Open
vitellolabs opened this issue Apr 15, 2021 · 1 comment
Open

CSRF issue - Admin Panel #86

vitellolabs opened this issue Apr 15, 2021 · 1 comment
Assignees

Comments

@vitellolabs
Copy link

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:

  1. Go to 'admin panel'
  2. Click on 'Add ...' (tag, variable, constant... anything)
  3. Check console

Expected behavior
Need to handle CSRF or use exempt.

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Firefox
@mpoli
Copy link

mpoli commented Oct 25, 2021

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/

@jberghoef jberghoef self-assigned this Oct 29, 2021
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

No branches or pull requests

3 participants