Closed prohealthbox closed 7 years ago
The application is throwing an error at runtime, if you run heroku -t logs -a ladder123
you should get some information about what the error is. I expect it's a missing environment configuration value.
If you take a look in the settings file you'll see lines like this.
https://github.com/Apogaea/ladder/blob/master/ladder/settings.py#L17
DEFAULT_FROM_EMAIL = excavator.env_string(
'DJANGO_DEFAULT_FROM_EMAIL', default='ladder@apogaea.com',
)
You need to set the environment variables for these configuration values.
Thanks Piper , issue resolved, after placingall ENV Variables in Heroku, resolved my issue.
Mind if I ask what you are using this for?
Hi, When try to deploy ladder at Heroku, build id deployed , buy webapp does not come up, displays error message Application error
Please see the log below.