bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 437 forks source link

Heroku cannot find the React index.html file #80

Open alexfotopoulos opened 2 years ago

alexfotopoulos commented 2 years ago

When I open the app, it just says "Not Found".

The application logs show the following error:

2022-05-11T15:03:24.669057+00:00 app[web.1]: Error: ENOENT: no such file or directory, stat '/app/client/build/index.html'

alexfotopoulos commented 2 years ago

EDIT: I was able to view the directory on Heroku using heroku run bash and saw that there was no build folder in the created in the client folder. I saw on another post that someone removed /build from the react app's .gitignore. I did this as well but to no avail I guess.

Kunalgoel9 commented 2 years ago

same error brother did u find any solution ?