dwyl / learn-heroku

:checkered_flag: Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
153 stars 395 forks source link

Heroku App Crashed 503 status=503 #12

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

Error:

2017-10-03T08:04:59.568303+00:00 heroku[router]: at=error code=H10 
desc="App crashed" method=GET path="/favicon.ico" 
host=github-oauth-demo.herokuapp.com 
request_id=6deb46cc-e65d-4450-8582-dc9f4ce6142d fwd="46.28.161.222" 
dyno= connect= service= status=503 bytes= protocol=https

image

This is happening for: https://github.com/nelsonic/github-oauth-demo should be an easy fix.

nelsonic commented 6 years ago

ah... ok, I've figured it out. major PEBKAC...! I've not included the necessary dependencies (they are in devDependencies...)

Bijou-LM commented 5 years ago

You need to change the Icon that you edited in angular.json "assets": [ "src/favicon.ico", "src/assets" ],

hit favicon.ico instaed of what you found .Should work now