I am trying to upload NodeJS app to Heroku. Everything installs fine and when I run
heroku local
Then everything works as expected on a local host. But when I run
heroku ps:scale web=1
heroku open
Browser opens, and it is loading the page for like 2-3 minutes, or even more and then I receive Application error. I am new to web development so that any ideas will be helpful. Thanks!