-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Error [13] Timed out when deploying to App Engine #687
Comments
My cloud code destination was misplaced I fixed it
|
So what exactly did you write instead of |
@RaschidGithub I didnt have the __dirname included |
I mean, what was the final resulting code line in your case? @otymartin. |
@RaschidGithub cloud: __dirname + '/cloud/main.js', Alternatively I notice the latest server released changed the syntax abit. So in my "CLOUD_PATH": "./cloud/main.js", and in my cloud: nconf.get('CLOUD_PATH') || __dirname + '/cloud/main.js', |
Great. I'll try that. Thanks 👍 |
I've made several attempts to deploy parse server on app engine using the Medium guide and i can't get passed this error.
Beginning teardown of remote build environment (this may take a few seconds). Updating module [default]...|Deleted [https://www.googleapis.com/compute/v1/projects/##################]. Updating module [default]...failed. ERROR: (gcloud.preview.app.deploy) Error Response: [13] Timed out when starting VMs. It's possible that the application code is unhealthy. (0/2 ready, 2 still deploying). My-MacBook-Pro-2:appName-server myMacName$
Typing the above URL into the browser I get this [{ "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", "locationType": "header", "location": "Authorization" } ], "code": 401, "message": "Login Required" } }]
Fyi when I created my project in google cloud, I specified "USEast" but when I was deploying, I noticied the URL had
us-central1-f
The text was updated successfully, but these errors were encountered: