Daniel Shields
Daniel Shields
### Bug description If you have a multi-site and set the slug to not change when you make a translation (which you have to do manually as there is still...
### Bug description I believe the live-preview is failing because it's a tree collection, while live-preview on a standard collection does work if the entry has not been saved yet....
After generating about ~3800 pages I receive this error: ``` ErrorException unserialize(): Error at offset 8148 of 8178 bytes at vendor/spatie/fork/src/Task.php:115 111▕ $output = $this->output; 112▕ 113▕ if (str_starts_with($output, self::SERIALIZATION_TOKEN))...
I encounter an error with SSG when generating custom pages defined in the routes files, the issue is caused by TrustedProxies middleware in Laravel. On my site I have a...
On my Statamic site I have error pages that are localised automatically depending on the language: ``` /404.html (English) /fr/404.html (French) ``` When SSG runs it generates the 404.html pages...
I tried to [discuss this on the forum](https://discuss.elastic.co/t/server-certificate-ca-fingerprint-does-not-match-the-value-configured-in-cafingerprint/304783) but haven't found any help yet. I was trying to use the CA Fingerprint in my Client to connect to the servers...
I can't seem to figure out if I should or how I should use `keepAlive` when creating the Client. I found lots of bugs and old issues mentioning it, and...
The documentation to get this working is super confusing and doesn't apply to Amazon S3? I struggled with it for ages and after so much difficulty I think the docs...
I'm trying to read a [Geography Cell](https://support.office.com/en-gb/article/excel-data-types-stocks-and-geography-61a33056-9935-484f-8ac8-f1a89e210877) and I'm having trouble getting the value. When I parse the excel to json, the cell is returned as `{t: "e", v: 15,...
### Bug description I believe the `{{ collection:next }}` and `{{ collection:previous }}` tags require the current ID to function. So if you open live preview without saving it first...