Skip to content
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

deis releases returns requested URL not found #311

Open
Overdrivr opened this issue Jun 14, 2017 · 5 comments
Open

deis releases returns requested URL not found #311

Overdrivr opened this issue Jun 14, 2017 · 5 comments

Comments

@Overdrivr
Copy link

This command

$ deis releases

outputs:

Error: <h1>Not Found</h1><p>The requested URL /v2/apps/remi_beges/releases/ was not found on this server.</p>

I'm running this in Google cloud shell.

$ deis version
v2.14.1

Any idea what is going on here ?

@bacongobbler
Copy link
Member

Does an app called remi_beges exist? Probably calling deis releases In the wrong directory.

@Overdrivr
Copy link
Author

Thanks for the reply, but I'm not sure to follow. Isn't deis communicating with the remote kubernetes cluster to get the releases ? In that case why should the local directory in which I'm calling deis releases should have an impact ?

@bacongobbler
Copy link
Member

When you ran deis create, it creates a deis git remote in the current directory and infers the application name from the remote. If no deis git remote was found, then it uses the current directory name as the application name. You can also supply the app name explicitly with deis releases --app=myappname.

Does that make sense?

@Overdrivr
Copy link
Author

Alright, got it. I created the app with --no-remote flag so I guess not git folder was created.

I don't mean to speak for everyone, but it's really not obvious for a new user like me that the deis CLI relies for some commands on local files. The way I read the docs, i thought everything was fetched remotely.

Maybe docs could be improved a bit, because the quickstart uses the --no-remote flag and users like me trying to immediately see the created release will get the same error.

@Cryptophobia
Copy link

This issue was moved to teamhephy/workflow-cli#3

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

No branches or pull requests

3 participants