-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using heroku repo:gc -a appname #95
Comments
I am having the same error. Did Anyone find a way to resolve the issue? |
I am also having the same error . Any Updates? It's urgent!! |
No! None! The mainterners of this repo havent answered. |
For urgent issues I would recommend opening a support ticket: |
I have already opened a ticket just now ...let's hope for the best |
Guys ...... You got any updates?? |
Hey, any updates?! |
If you get "404 Not Found" when running This can be the case for:
Regardless of the reason, the fact that the repo doesn't exist means that there's no need to GC it (GC cleans up an existing repo, but if there is no repo, no cleanup is needed). Out of curiosity, how are people ending up here? Is there a guide/FAQ saying to |
I ended up here from How To Reduce a Large Heroku Slug Size (thoughtbot.com) after purging the build cache failed to reduce my slug to under 500M |
@patrik-csak were you able to solve it eventually? I'm having both the slug size issue and 404 not found |
@nhungL iirc, i re-architected my project to make it smaller |
When I try to run following command
heroku repo:gc -a indian-notes-classifier
It gives me following error:
The requested URL returned error: 404 Not Found
Why is that and how can i solve this?
The text was updated successfully, but these errors were encountered: