DimiMikadze / orca

Build modern community apps with React and Node.

Home Page:https://dimimikadze.github.io/orca-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is an error deploying to HEROKU

NicholeRamirez opened this issue · comments

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:

2022-04-19T01:35:21.586420+00:00 heroku[web.1]: Process exited with status 1
2022-04-19T01:35:21.694363+00:00 heroku[web.1]: **State changed from starting to crashed**
2022-04-19T01:35:21.699082+00:00 heroku[web.1]: State changed from crashed to starting
2022-04-19T01:35:25.732119+00:00 heroku[web.1]: Starting process with command `npm start`

image
image

Expected Behavior

I hope to have the API ready to be consumed.

Steps to reproduce

  1. I deployed the API from HEROKU CLI (I also tried from github)
  2. I added all the environment variables, as it is in the documentation.
  3. I check heroku console and get that error.

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
Captura de Pantalla 2022-05-18 a la(s) 08 35 11

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? :/