mozilla/pontoon

Help, error code=H10 desc="App crashed" method=GET path="/" on Heroku

Closed this issue · 3 comments

Hi,

I deployed pontoon on heroku, and build successfully, but the app cannot running with error:

2024-04-30T10:38:14.755038+00:00 app[web.1]: /bin/bash: line 1: newrelic-admin: command not found
2024-04-30T10:38:14.818975+00:00 heroku[web.1]: Process exited with status 127
2024-04-30T10:38:14.843589+00:00 heroku[web.1]: State changed from starting to crashed
2024-04-30T10:38:16.102875+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" 

Any clue what was wrong?

D

Finally I succeded to deploy, but now I'm geeting this error, si I close this questions

jango.core.exceptions.ImproperlyConfigured: CSRF_USE_SESSIONS is enabled, but request.session is not set. SessionMiddleware must appear before CsrfViewMiddleware in MIDDLEWARE.

Please see #3194 (comment) on how to set ALLOWED_HOSTS variable properly on Heroku (mind the space!).

Okay thanks, already solve and running now. 🙏