Monday, 7 September 2020

Express.js web app does not work on Heroku

This is my first time building a web application that uses Express.js and deployed it on Heroku. I have also created a database using ClearDB on Heroku with the same details as my local database.Now the problem is, whenever I run the web app on Heroku, and create an http request, the status of the request says pending. I've tried running the application on my localhost with the similar database (ClearDB) and it works well so I know that there's no problem with my database.What could possibly be the problem? The full app is here: https://github.com/megasharksfin/bingo-app-web

Submitted September 07, 2020 at 02:20PM by krizpyandkrimi

No comments:

Post a Comment