You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
I have a barebones version of bref v2 up and running with Docker.
When there is a
500 internal server error
, I see no mention of the php error in Docker's logs.Any idea where I've gone wrong? Or how I can get the errors to display in the logs?
My configuration
composer.json
docker-compose.yml
public/index.php (snippet)
A successful 200 request (via httpie) for home page
/
An unsuccessful 500 request (via httpie) for non-existent pricing page
Docker logs for both requests
Beta Was this translation helpful? Give feedback.
All reactions