-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Error when updating FrankenPHP to version 1.4.3 #1388
Error when updating FrankenPHP to version 1.4.3 #1388
Comments
This looks similar to dunglas/mercure#1012 and has likely been introduced by #1366. I'll try to investigate tomorrow. In the meantime, you should downgrade to 1.4.2. @IndraGunawan, do you have an idea of what's going on? |
How do you downgrade when using dunglas/symfony-docker ? edit for people it might help: |
@conradfr that's right, in the FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream with this FROM dunglas/frankenphp:1.4.2-php8.3 AS frankenphp_upstream |
I also had to update the Mercure container in my stack within my docker-compose file: I replaced this
with this
|
Maybe it's a bug in FrankenPHP, but I don't use FrankenPHP outside of Symfony, but I tested it on the FrankenPHP version 1.4.2 in symfony-docker and it works without any problems.
Here are the problems in the log when trying to run Symfony based on this repository:
The text was updated successfully, but these errors were encountered: