Tyrel Witcher
Tyrel Witcher
I can confirm this is happening to me in Chrome Version 103.0.5060.114. This Craft sidebar looks like this for me:  In Firefox version 102.0.1 the icons seem to be...
I have a site using Craft version 4.3.3 and Scout plugin version 3.0.0 and changing the status of entries from enabled to disabled seems to work for me as long...
I experienced this same migration error going from Craft 4 to Craft 5 on a site. Following @philippe-leeroy suggestion worked for me. Except I only had a table for `matrixfieldpreview_blocktypes_config`...
I am experiencing the same issue. Only thing that seems to be different between projects that work and don't work is using Tailwindcss v4. I'm using the postcss version of...
Here is a basic example that I made: [Craft 5 basic build](https://github.com/twitcher07/craft5test.git) Prerequisites is that it uses DDEV and Craft 5. I exported a database inside the project at storage/ddev-database/database-seed.sql.gz...
@khalwat I just tried adding the below to my critical css config in vite.config.mjs to my example repo and it is still generating a blank critical css file. ```js criticalConfig:...
@khalwat I am running it outside of DDEV and setting the critical URL to the DDEV domain (e.g. example-site.ddev.site)