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
There are some circumstances where you can get a Twig Runtime Error that states "cache is corrupted" when using an Asset field with the "Restrict uploads to a single folder" setting set and you use a |kebab filter or reference postDate without passing in a format.
Steps to reproduce
Make a fresh install of the latest Craft 3.
Create an Asset Volume.
Create an Asset field that uses the volume.
Check "Restrict uploads to a single folder"
Set the upload location to test/{slug|kebab} or test/{postDate}
Add the Asset field to a section.
Create a new entry in that section.
Get the following error:
Additional info
Craft version: 3.0.22
PHP version: 7.1
Database driver & version: MySQL 5.7
Plugins & versions: n/a
The text was updated successfully, but these errors were encountered:
Description
There are some circumstances where you can get a Twig Runtime Error that states "cache is corrupted" when using an Asset field with the "Restrict uploads to a single folder" setting set and you use a
|kebab
filter or referencepostDate
without passing in a format.Steps to reproduce
test/{slug|kebab}
ortest/{postDate}
Additional info
The text was updated successfully, but these errors were encountered: