Kévin Dunglas
Kévin Dunglas
I suspect a trusted proxy misconfiguration. Could you check if `$request->ip()` isn't always returning the same IP? If the same IP is always returned, it's likely because you are using...
Ok. Setting the environment variable `CADDY_GLOBAL_OPTIONS` to: ``` servers { trusted_proxies static private_range } ``` should fix the issue. I'll try to write a patch to make Octane automate this...
@driesvints yes, it's still on my todo list, but I have to admit there are a lot of items before.... 😅 If it's critical I can work on this next...
In the meantime, we should downgrade to PHP 8.2.
For instance, we need to keep track of the IRIs of all serialized resources. Currently we indeed use a hack involving a context in passed by reference. This works but...
For the record there is an ongoing (yet slow) work to move from inheritance to composition in the Serializer component. So I agree with @stof, it would be better to...
Unfortunately I don't know Drupal enough... Maybe the issue is that `install.php` cannot be called?
I think that we're hitting a known bug: the normal mode doesn't work anymore when a worker is started. Here the worker starts `index.php`, but the installer redirects to `install.php`,...
Could you try if https://github.com/dunglas/frankenphp/commit/878a30d92fcdde90d8be161b0d3f4078fae2c15d fixes the issue with the installer, please? Than you!
This looks related to https://github.com/dunglas/frankenphp/issues/85