Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'heroku logs' returns 'Response Code 404 (Not Found)'

Tags:

node.js

heroku

I'm logged into heroku but for some reason when I type:

heroku logs

...I get the following error message:

Response Code 404 (Not Found)

Any insight into what might be causing this or how to fix it? As additional info: I have Papertrail installed and sometimes my logs are rather long.

like image 900
garson Avatar asked Aug 10 '17 21:08

garson


2 Answers

It's an issue on heroku's end: https://status.heroku.com/incidents/1249. Hopefully they'll resolve it soon.

like image 157
Fishtoaster Avatar answered Oct 22 '22 02:10

Fishtoaster


Issue can be resolved by logging in again using

heroku login
like image 26
ElAman Avatar answered Oct 22 '22 01:10

ElAman