Fatal Error - Failed opening required /var/task/vendor/composer/../symfony/polyfill-php80/bootstrap.php
#864
Unanswered
bradleyess
asked this question in
Support
Replies: 1 comment
-
Hi!
That is very weird then 🤔 I'm not sure how to debug further TBH. Maybe try running the app locally with Docker, and you may be able to reproduce the problem? Also could you just double-check that it's not a permission issue in the zip that is being deployed? Also that you use the same PHP version when deploying (the one that runs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been able to "successfully" deploy a Symfony application of ours using Serverless x Bref. The application shows this error when accessing via web:
Looking into Cloudwatch Logs it appears this would be the cause:
I have looked into the deployment artifact and can confirm the file it is looking for exists...
Here is the
serverless.yml
file:Beta Was this translation helpful? Give feedback.
All reactions