Kévin Dunglas

Results 1075 comments of Kévin Dunglas

Good idea, but this will prevent the API from serving files with this extension if any. We should use `try_files` to first check if the file exists API-side, and redirect...

Duplicate of https://github.com/api-platform/core/issues/6209

I don't see an easy way to fix this on our side. While waiting for the next patch PHP release, the workaround is to downgrade or recompile PHP with the...

Hi, First of all, you need to use the absolute URI templates. Relative URLs will not work. Aslo, prefer encoding with `rawurlencode()` instead of `urlencode()`, even if on this case...

There is maybe a problem with listener priorities? Monolog is likely executing before the API Platform listener.

We're on it, but there is still a blocking bug to fix in API Platform Admin before we can tag the distribution. It's however already possible to install API Platform...

To me, this looks more like a corrupted or missing XML file than a FrankenPHP issue (maybe a volume or a cache issue). But it's hard to say without more...

This should have been fixed by recent SPC versions. Could you try if https://github.com/dunglas/frankenphp/pull/1231 helps?