How can I enable debugging to get more information about the error 500?

Question

Grade: Education Subject: Help
How can I enable debugging to get more information about the error 500?
Asked by:
71 Viewed 71 Answers

Answer (71)

Best Answer
(300)
Enable debugging in your Pterodactyl configuration file (`config/app.php`). Set `APP_DEBUG` to `true`. This will display more detailed error messages on the screen, which can help pinpoint the source of the problem. Remember to set it back to `false` in a production environment for security reasons.