-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrankenPHP + Postgres: no connection to the server #438
Comments
Hi, This is likely a duplicate of #290. This is being fixed in Symfony: symfony/symfony#51661 See #243 for workarounds. |
I probably missed something (the "workaround") but it still doesn't work with the |
This mode is a first step but isn't enough. You must backport the RoadRunner patch. Another alternative seems to be to install the ProxyManager bridge. |
Got the same issue today after running FranketPHP 1.1.0 + Symfony 7.0.3 for a few days (Docker Swarm), however I'm not using "worker mode". The error disappeared only after restarting FranketPHP |
Using FrankenPHP 1.1.0 and Symfony 7.0.3 I get
I get the error on my staging server where it is running in worker mode, This is the worker.Caddyfile
And the production part of the Dockerfile
It is trying to connect to a MariaDB10.4 Database. |
Thanks I'll keep an eye on that |
Fixed by symfony/symfony#53214. |
Hello,
I experiencing some stuff using FrankenPHP but I'm facing an issue that causes Symfony throw a critical error.
Stack:
The error is thrown after about 10-15 minutes running.
Using directly caddy without FrankenPHP works well but I can't explain it because if I go on the container and type
bin/console do:q:sql "SELECT * FROM table"
it gets the results from db without any issues.Any ideas about that ?
The text was updated successfully, but these errors were encountered: