I re-deployed with command gcloud preview app deploy --verbosity, then it works.
On Tuesday, January 12, 2016 at 6:49:54 AM UTC-8, Anika Jansen van Vuuren wrote: > > > Good day > > I have been having issues deploying a node.js app. When using the > command gcloud --verbosity debug preview app deploy app.yaml there are no > warnings and "finishes" without errors. But when trying to access the url > the error as below persists. I have only updated the gcloud SDK since and > even after reverting back to the previously used version I dont get any > errors while deploying yet it obviously does not work. can someone please > give me some guidance? URL shows: "Error: Server Error The service you > requested is not available yet. > > Please try again in 30 seconds." > > > my app.yaml has the following: > > # > > # [START runtime] > > runtime: custom > > vm: true > > api_version: 1 > > module: default > > # [END runtime] > > > # [START resources] > > resources: > > cpu: .5 > > memory_gb: 1.3 > > disk_size_gb: 10 > > # [END resources] > > > # [START scaling] > > automatic_scaling: > > min_num_instances: 2 > > max_num_instances: 3 > > cool_down_period_sec: 60 > > cpu_utilization: > > target_utilization: 0.5 > > # [END scaling] > > > env_variables: > > NODE_ENV: production > Can someone please help me? > Thanks in advance > > > On Friday, 17 July 2015 15:22:08 UTC+2, Selin Erbaş wrote: >> >> 2 years later the problem is still existing. I am very frustruted how >> everything is still buggy on google cloud & deployment. I am trying since >> couple days and couldn't get a simple app running on app engine. Very >> disappointing. Not even the example starter app deployments working. >> >> Am Samstag, 2. Februar 2013 12:27:33 UTC+1 schrieb Jesús Espejo: >>> >>> Hello, >>> >>> Is anyone experimenting issues uploading applications to GAE? I cannot >>> do it, it remains in the exponential back-off algorithm in 60 seconds >>> "forever"... Also i have problems launching backends: >>> >>> Error: Server ErrorThe service you requested is not available yet. >>> >>> Please try again in 30 seconds. >>> >>> My app is for Python. >>> >>> Thanks in advance, >>> >>> Jesús. >>> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1372f9e7-60fd-4776-83aa-8f1538df3440%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
