Skip to content

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

Closed
jamescrowley opened this issue Aug 30, 2014 · 5 comments
Closed

Angular-fullstack:Heroku fails with "App not found" #504

jamescrowley opened this issue Aug 30, 2014 · 5 comments
Labels

Comments

@jamescrowley
Copy link

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:

$ yo angular-fullstack:heroku
[?] Name to deploy as (Leave blank for a random name): 
[?] On which region do you want to deploy ?

Initializing deployment repo
Reinitialized existing Git repository in /Users/X/Development/X/dist/.git/

Creating heroku app and setting node environment
Creating obscure-temple-X... done, region is eu
http://obscure-temple-X.herokuapp.com/ | [email protected]:obscure-temple-X.git

Setting config vars and restarting X... 
failed

✗ { [Error: Command failed:  !    App not found
] killed: false, code: 1, signal: null }
@JaKXz
Copy link
Collaborator

JaKXz commented Sep 3, 2014

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 heroku addons:add mongohq since I'm using Mongoose.

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?

@JaKXz JaKXz added the question label Sep 8, 2014
@shashvattrip
Copy link

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.
Can you help me fix this?

@Awk34
Copy link
Member

Awk34 commented Jul 14, 2015

@shashvattrip If you're still having this issue with a fresh install of the generator, would you open a new issue?

@Awk34 Awk34 closed this as completed Jul 14, 2015
@shashvattrip
Copy link

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!

@jedihacks
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants