Closed frontend56 closed 1 year 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"
@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.
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"