Please try again in 30 seconds.
(BTW... When I first hit it, it gave a 500, like it was inaccessible. On subsequent hts, it gives the 503)
Process terminated because it failed to respond to the start request with an HTTP status code of 200-299 or 404.
So, do I have to add /_ah/start to app.yaml? That should be handled automatically.
Also, re: the 500 error... Shouldn't the request wait until the backend instance is started? Otherwise, we have to hit it twice?
Thanks again.Enter code here...
Thanks, Vinny.I missed that logs menu. There are logs. The error is a 301 at /_ah/start :Process terminated because it failed to respond to the start request with an HTTP status code of 200-299 or 404.So, do I have to add /_ah/start to app.yaml? That should be handled automatically.
Also, re: the 500 error... Shouldn't the request wait until the backend instance is started? Otherwise, we have to hit it twice?
Could it be a version issue? Backends does not yet have versioning. But, how does it know which version of my app to access? It should just default to the current.
So, I am getting a 301 at " /_ah/start". I do have a wildcard url handler (- url: /.*). WIthout a "/_ah/start" handler in app.yaml, is it hitting the wildcard mapping before the built-in mapping?
--
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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.