-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Angular-fullstack:Heroku fails with "App not found" #504
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
Comments
I just tried with generator v2.0.13, node v0.10.31, yo v1.2.1 (on OS X 10.9.4) and had no issues, I just had to run It looks like you chose EU instead of US? I tried both US and EU and they're both fine for me. EDIT: if you go to your heroku apps dashboard you can delete your randomly named apps and try again? |
I am also facing this problem. I created an app which failed to deploy to heroku because of the same error. Not when I try to rerun the yo angular-fullstack:heroku command, I think it looks for the older app that I deleted. |
@shashvattrip If you're still having this issue with a fresh install of the generator, would you open a new issue? |
Hey @Awk34 . I don't remember what I did but the issue was resolved. I don't think it was an issue with angular-fullstack, probably with my code. Thanks for asking though! |
For me, I had to re-clone my repository, do "bower install", "npm install", and then run the command again. There must have been something in the build cycle that got left over from my countless deploys. I'd recommend this if all else fails. ~Jedi |
I've just created a vanilla angular-fullstack , and then tried to run angular-fulstack:heroku. However, Im getting "App not found". I'm just taking all the default options presented (random name, region US). If I run through again specifying a name, and then specifying again, I then get "Name already taken".
Logs below:
The text was updated successfully, but these errors were encountered: