Daniel Shields

Results 34 comments of Daniel Shields

I took another look at this... I don't really understand what's causing this issue, especially since (from the example repo I created before) it seems to happen on localhost too....

The static site is our production site and it's hosted as files on CloudFront. We generating it with SSG each night on a GitHub pipeline. However, the bug occurs (with...

@abuhurairah-aar I haven't had any recent issues with this but I'm not using Heroku anymore either. I am using `$proxies;` instead of `$proxies = '*';` in my code.

I tried this with `--workers 4` on my 10 year old quad-core Debian machine with 4 gigs of RAM. I was able to generate 4218 pages in ~20 mins without...

I also just got a `Cascade` not found but on Github Actions trying to deploy my static website: ``` Generating /podcasts/with-carla-episode-15 Error Class "Facades\Statamic\View\Cascade" not found at vendor/statamic/ssg/src/Generator.php:385 382▕ protected...

I would also like to override the objectID because saving the entire model path makes no sense if I'm searching from the javascript frontend. I would like the objectIDs to...

The update also broke pagination on my website. It would happen randomly so pages 1-7 worked and 8 didn't work, then 9-10 worked again. I had to revert back to...

I'm facing the same issue on my projects.

Lol. It's kind of nice how the default collections view works: where it defaults to showing entries from `site:en` only but you can filter by another site if you really...

When I generated the site again to debug it, it seemed like `{{ site }}` and `{{ locale }}` had a mismatch: ![Screenshot 2024-05-23 at 19 57 00](https://github.com/statamic/ssg/assets/1446331/48faef2d-b0c5-41ba-a339-97fb1ce60cff) So here...