-
Notifications
You must be signed in to change notification settings - Fork 641
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
enableCsrfProtection causes queue failures for entries with category/asset fields #4854
Comments
And you’re definitely not seeing the same error when you re-enable the |
Definitely not. I verified in two environments with my project and a brand new project locally. |
I’m not able to reproduce this. Followed your steps to a T and the entry saves just fine – I even tested creating the category directly from within the Categories field’s selection modal. We have seen that error before as a result of an Xdebug bug. Can you try disabling that, if you have it installed? |
Sorry nevermind, we’re able to reproduce. |
Alright that’s been fixed for the next release. To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#c9e1115f941f3b103c99bbfb3014da64f8e03957 as 3.3.0.1",
"...": "..."
} Then run |
I have experienced same issue on Craft 3.3.7 when |
@intoeetive Can you please post as a new issue with steps to reproduce? |
Description
When
enableCsrfProtection
is set to false ingeneral.php
saving entries with categories or assets causes queue failures:This is the error that I see when I hover over the failed tasks in dev mode:
Steps to reproduce
enableCsrfProtection => false
Additional info
The text was updated successfully, but these errors were encountered: