Jonas Siewertsen
Jonas Siewertsen
This is the PR if anybody wants to follow the status https://github.com/statamic/cms/pull/6043
I can reproduce the issue, that the content will be duplicated on initial load.
I can confirm this behaviour.
The request passed in here does have a `null` value, which does resolve in the shown error. The code below does show a workaound. https://github.com/statamic/ssg/compare/master...spiegeltechlab:ssg:trusted-proxy @jasonvarga 1. Do you see...
> Nice. Although the `toCacheableArray` method is never used, I think that's a leftover relic from v2. I'm going to sneak the removal of it into 3.3, and you can...
I simply tried to ask nicely, if it's possible to avoid such changes in the future and mark methods which will be removed, as deprecated before removing them. Those changes,...
After getting feedback to my questions (see above), I am happy to create a PR.
No feedback from the core team yet, but I created that PR anyways. I hope it does help. https://github.com/statamic/ssg/pull/145
What do you think @jasonvarga ?
That's great feedback! I did miss the `$referer` indeed, which might already do the trick. I will test that and see if we need the parse_url method at all. I'll...