Jacob Carpenter
Jacob Carpenter
Just to follow up: I've fixed the issue about the filesystems not being automatically created. This had to do with there being deprecated syntax located within my projects `general.php` file....
@i-just that worked! Just to recap for anyone in the future: I resaved all entries via `ddev craft resave/entries`, then I also resaved all matrix block fields which had redactor...
Same issue here. I've narrowed it down to the `fluid({ checkSC144: false })` that was in my `tailwind.config.ts` file. Once I commented out `checkSC144: false`, everything started working again.
### **Follow up:** Did a bit more digging, and was able to get things working with `checkSC144: false` option. I had to change the import syntax to CommonJS instead of...