Hello,
I'm going through all of the instructions here to deploy the helloworld Node.js app to Google App Engine, and I get a 400 error with no other details as to the problem. https://cloud.google.com/nodejs/getting-started/hello-world#running_hello_world
Below is the output from the terminal:
gcloud preview app deploy app.yaml --set-default
You are about to deploy the following modules:
- nodejs-start/default/20150522t194829 From: [/Users/jem/Dev/1-hello-world/app.yaml]
Do you want to continue (Y/n)?
ERROR: (gcloud.preview.app.deploy) Server responded with code [400]:
Bad Request Unexpected HTTP status 400
Jamess-MacBook-Pro-3:1-hello-world jem$
Anyone know what the problem is? Thanks,
James
Do you want to continue (Y/n)? Y
ERROR: (gcloud.preview.app.deploy) Server responded with code [400]:
Bad Request Unexpected HTTP status 400
gcloud preview app deploy app.yaml --set-default
on the helloworld app
To create the docker group and add your user:
Log into Ubuntu as a user with sudo privileges.
This procedure assumes you log in as the ubuntu user.
Create the docker group and add your user.
$ sudo usermod -aG docker ubuntuLog out and log back in.
This ensures your user is running with the correct permissions.
Verify your work by running docker without sudo.
$ docker run hello-world--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/V5iiwg6nWgA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ef09e523-d79c-4f13-9595-96999e212d22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Anthony DeFrancesco
@Ryan
Thank you that was my issue!
On Mon, Jun 15, 2015 at 10:28 AM Ryan (Cloud Platform Support) <rbru...@google.com> wrote:
@AnthonyMake sure you do the extra steps for Java.@ TommyLook like you are running PHP. Can you deploy one of the Standard Runtimes to make sure it's not an issue with the PHP.@Both--
On Saturday, June 13, 2015 at 12:52:58 PM UTC-4, Anthony DeFrancesco wrote:I am running into the same issue trying to update my app engine application, its a java app. I have billing enabled and related into the tool using cloud auth login and still no luck.The app is hosted in the US
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/V5iiwg6nWgA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ef09e523-d79c-4f13-9595-96999e212d22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Anthony DeFrancesco