Skip to content

First Steps: Internal Server Error 500 #933

Locked Answered by t-richard
kavatari asked this question in Support
Discussion options

You must be logged in to vote

@kavatari this is most likely because you use php 8.0 locally and the serverless.yml is using the 7.4 layer ${bref:layer.php-74-fpm}. Replace it by the 8.0 layer ${bref:layer.php-80-fpm}

When using Bref (and Lambda in general), you can see the logs in Cloudwatch > Log groups and you should see the error.

Note that if you need support, you can use the Github discussion or join the Slack (see https://bref.sh/docs/community.html)

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by kavatari
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@t-richard
Comment options

Comment options

You must be logged in to vote
1 reply
@mnapoli
Comment options

Comment options

You must be logged in to vote
1 reply
@mnapoli
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #932 on May 16, 2021 07:54.