I’ve been struggling with this issue for at least 2 weeks now, so any insight would be greatly appreciated!
After building a MERN stack application (and working successfully), I wanted to deploy my application onto Heroku. After making the appropriate changes to my Server.js file and package.json files, I was able to push onto Heroku. The issue I face is that the Heroku application only shows my backend database information, and not my client React application.
I’ve opened the heroku bash terminal and see that there indeed is a build folder with index.html in the client folder.
I cannot figure out what is wrong. Any one has run into this issue and/or have a resolution?
Repo: MERN Stack App
Heroku App: https://whispering-falls-45660.herokuapp.com/