Open NicholeRamirez opened 2 years ago
Hi @NicholeRamirez, try running heroku logs --tail
as Heroku recommends, to find out what's the problem.
I'm having the same issue. heroku logs --tail
only shows error H10, which Heroku describes as "App Crashed" without any further troubleshooting guidance. Api is fine locally, issues come when deploying.
@NicholeRamirez be sure to have the appropriate env variables set in your heroku config and have your mongodb cluster set to allow connection from heroku.
I have this issue with heroku
What can I don to fixit?
@NicholeRamirez be sure to have the appropriate env variables set in your heroku config and have your mongodb cluster set to allow connection from heroku.
@basisd3v Did you manage to solve the problem? :/
What version of Node.js are you using?
14.17.3
What version of Yarn are you using?
1.22.18
What browser are you using?
Chrome and Firefox
What operating system are you using?
Windows and Linux
Describe the Bug
Al desplegar la api en heroku sale el siguiente error:
Expected Behavior
I hope to have the API ready to be consumed.
Steps to reproduce