mohamedsamara / mern-ecommerce

:balloon: Fullstack MERN Ecommerce Application
https://mern-store-gold.vercel.app
MIT License
1.67k stars 808 forks source link

Possible issues with webpack/procfile #160

Closed frontend56 closed 1 year ago

frontend56 commented 2 years ago

I'm trying to deploy the app on heroku but I'm getting these errors: 1- Failed to load ./.env. 2- at=error code=H10 desc="App crashed" method=GET path="/" 3-at=error code=H10 desc="App crashed" method=GET path="/favicon.ico"

mohamedsamara commented 2 years ago

@frontend56 did you change any of the package.json scripts or the Procfile? You need to add the env variables - same ones in the .env.example to the Heroku project settings.

Screen Shot 2022-07-05 at 2 09 58 PM