You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy the stack to Heroku, but having trouble starting it up.
Do you have experience with deploying it to Heroku? If so, could you provide an example of how to do so? What are the changes to .env / other changes that I need to do.
I'm pretty sure the problem is with the HOST that probably should not be set when running on Heroku. To run the API + Server on start, I created this: (in package.json / scripts)
"start": "concurrently --kill-others \"npm run web:prod\" \"npm run api:prod\""
But I'm still getting errors that aren't really helping me :/
Any ideas?
The text was updated successfully, but these errors were encountered:
Hey,
I'm trying to deploy the stack to Heroku, but having trouble starting it up.
Do you have experience with deploying it to Heroku? If so, could you provide an example of how to do so? What are the changes to .env / other changes that I need to do.
I'm pretty sure the problem is with the HOST that probably should not be set when running on Heroku. To run the API + Server on start, I created this: (in package.json / scripts)
"start": "concurrently --kill-others \"npm run web:prod\" \"npm run api:prod\""
But I'm still getting errors that aren't really helping me :/
Any ideas?
The text was updated successfully, but these errors were encountered: