https://github.com/NodeBB/NodeBB/issues/9204
[Solved] Deploying NodeBB on Heroku
-
Hi, I followed the guide on the wiki but it throws this error on the logs:
'''at=error code=H10 desc="App crashed" method=GET path=/ host=powerful-reaches-1300.herokuapp.com request_id=83df1890-8256-48df-9c01-d4122237dd1a fwd="87.218.151.25" dyno= connect= service= status=503 bytes=
the installation works locally
Any suggestion is much appreciated, thanks!
-
Hi @javier-burón-garcía -- can't tell what the error is, since that's a generic Heroku error. Can you try running
node app
in Heroku console (I think it's calledheroku run
or something)?