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
Hi, sorry if this isn't the right place to create this issue.
After upgrading from Craft from 3.3.7 to 3.3.14, this plugin stopped behaving as expected when saving an entry over ajax (with CSRF protection disabled).
At the new version, I get a 400 response with this body:
{
"error": "Unable to verify your data submission."
}
In case it helps, this is in the logs and seems relevant:
Can you try updating to the latest versions of Guest Entries and Craft? If you’re still getting an error, please clear out your storage/logs/ folder, recreate the error, and then search through storage/logs/web.log for [error] and post the new error message and stack trace. (The one you posted looks unrelated to Guest Entries.)
Hi, sorry if this isn't the right place to create this issue.
After upgrading from Craft from 3.3.7 to 3.3.14, this plugin stopped behaving as expected when saving an entry over ajax (with CSRF protection disabled).
At the new version, I get a 400 response with this body:
In case it helps, this is in the logs and seems relevant:
I'm able to downgrade Craft back to 3.3.7 to keep things from breaking, but that's obviously not going to be a long term solution.
The text was updated successfully, but these errors were encountered: