Hello, I think it missing the `order` part in caddyfile to fix encoding issue. For the example, apip-demo works fine: https://github.com/api-platform/demo/blob/4.1/api/frankenphp/Caddyfile#L10-L11 maybe we should add theses lines to the starter ? ``` order vulcain after reverse_proxy order php_server before file_server ```