-4

My app works fine on localhost but whenever i push it to heroku it gives the error below and app crashes

Gaurav
  • 1
  • 3
  • 1
    Welcome to SO. You need to explain your problem if you want to be answered. What does your app ? Did you try to understand the issue before coming here ? What did you find and where exactly are you stuck ? – Vincent Dec 26 '17 at 09:50

1 Answers1

0

Your app needs support for the path. Please read more about robots. txt, or search for django solution. Here is blog post with sample solutions.

Edit

I think Heroku uses robots for some internal purposes. That is why you get the error.

As a side note - please put logs as text, inside the post. That way all can be sure that it will not disappear in the future.

Michał Zaborowski
  • 3,911
  • 2
  • 19
  • 39
  • click on the question and you will be able to see the logs – Gaurav Dec 27 '17 at 07:34
  • I know that, but it is much better to copy-paste from text then retype from picture. Also after some time you can decide to remove it, while having it here - guarantee question consistency... That is why people insists on that. At least - note for the future. – Michał Zaborowski Dec 27 '17 at 08:19