Heroku Server Error 500

[Solved] Heroku Server Error 500 | Objectivec - Code Explorer | yomemimo.com
Question : heroku server error 500

Answered by : nachooch

Make sure your Config Vars are correct on Heroku.
Usually, you'll need:
* APP_KEY. Can be found in your .env file.
* DATABASE_URL. Can be found within Data -> [YOUR DATABASE NAME] -> Database Settings -> Database Credentials.
* DB_CONNECTION. Will be along the lines of "mysql", "pgsql", etcetera, depending on what you use.

Source : | Last Update : Tue, 08 Mar 22

Answers related to heroku server error 500

Code Explorer Popular Question For Objectivec