Duncan McClean
Duncan McClean
> This is still a thing. I am seeing the problem on Static Site Generator 3.0.2 which is currently the latest update, but does not match the 3.0.1 version that...
> When SSG is run, even though these glide assets exist in an external bucket, they are still generated. Just to clariify, when you say the assets are "still generated"....
What does your `config/statamic/ssg.php` config file look like?
Good catch! Looks like I missed adding the hook into Telescope's `RequestWatcher` (which serializes view data) 🙈 I've opened a PR on the Telescope side to address this: https://github.com/laravel/telescope/pull/1566
Telescope [v5.5.0](https://github.com/laravel/telescope/releases/tag/v5.5.0) was just tagged with my 2nd PR. After updating Telescope, you should no longer see an infinite loop on the entry show page.
Going to mark this as a draft for the time being, until I have time to loop back to this.
Is this happening on the frontend too, or just when you view the source HTML in the Bard editor?
Does this work at all? ```antlers {{ gallery_images scope="image" }} {{ partial:common/components/image :image="image" }} {{ /gallery_images }} ```
You can opt-out of filenames being converted to lowercase, by toggling the `lowercase` config option in your `config/statamic/assets.php` config file. ```php /* |-------------------------------------------------------------------------- | Enforce Lowercase Filenames |-------------------------------------------------------------------------- | |...
Correct. There's currently no way to set it on a per-container basis. Good idea though!