-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
With cache warmup i have Warning: touch(): Unable to create file /var/task/var/cache/prod/Container3BKBjE9.legacy because Read-only file system #62
Comments
The |
i have a makefile for my deploy and in this file i have : |
👍 I found the root cause, it's append when you update Symfony in Symfony 6.2 |
Now have this error on all version 6.* |
I found the probleme !!! it's only |
oh interesting, thanks for getting back to us with what you found ! Indeed the bridge is intended for production use and assumes you're running a But you're not the first one reporting something linked to running Symfony in a non-prod config, maybe we should reconsider that at some point 🤔 |
May be add more warning on the Bref/Symfony documentation will be enough |
Symfony
6.16.2if a had
- 'var/cache/prod/**'
to servelerless.yamlpackage patterns
i have this errorWarning: touch(): Unable to create file /var/task/var/cache/prod/Container3BKBjE9.legacy because Read-only file system
Only at the first run of lambda
The text was updated successfully, but these errors were encountered: