The name of the application is free, but the heroku: create application says that it is accepted. How to get a name?

When I type:

heroku apps:create myapp

I get the answer:

 !    Name is already taken

When I go to the url No http://myapp.herokuapp.com/, he says, that there is no such Heroku applications:

enter image description here

It's some kind of mistake? How can I call this name?

UPD

Of course, "myapp" is the name of the example. Of course, I provide a different name for Heroku when I try to register. And for this other name, I get such an answer.

+5
source share
3 answers

myapp is a reserved name. In the future, you can enter:    heroku apps from the command line to find out which applications you have registered.

-1
source

I doubt that myappis a reserved name.

- myapp, , " ".

-1

Change the name of your application because you got a name that has already been accepted by other users.

-2
source

All Articles