You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just using frankenphp for a simple Symfony-based API application. One of these REST endpoints receives larger JSON data as POST request.
Unfortunately the 3964. and all following characters are truncated from the php://input which results into an invalid JSON string.
By using the Symfony CLI web-server / php -s I don't see that strange behavior. I ported the application from Nginx/PHP-FPM to frankenphp. The previous setup works as expected, too.
So, not sure, if this is a issue in caddy and/or frankenphp implementation or some strange configuration fuckup.
I'm able to reproduce the problem with Caddy. I added a test in #185 proving that it's not related to the FrankenPHP library itself. It's either a bug in the Caddy module or in Caddy itself.
Hey guys,
I'm just using frankenphp for a simple Symfony-based API application. One of these REST endpoints receives larger JSON data as POST request.
Unfortunately the 3964. and all following characters are truncated from the
php://input
which results into an invalid JSON string.By using the Symfony CLI web-server /
php -s
I don't see that strange behavior. I ported the application from Nginx/PHP-FPM to frankenphp. The previous setup works as expected, too.So, not sure, if this is a issue in caddy and/or frankenphp implementation or some strange configuration fuckup.
To reproduce this issue I created a small repo: https://github.com/dennisoehme/caddy-frankenphp-issue
Any idea?
The text was updated successfully, but these errors were encountered: