I started getting the 502 error when I did a gcloud deploy of the nodejs
app. check - https://transm-157601.appspot.com/#
The 502 error is only coming in POST commands and that too for login and
register attempts. I went through lot of solutions out here and did the
following to my app.yaml -
# [START app_yaml]
runtime: nodejs
env: flex
handlers:
- url: /.*
script: app.js
secure: always
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 2
disk_size_gb: 10
volumes:
- name: ramdisk1
volume_type: tmpfs
size_gb: 1
# [END app_yaml]
But nothing seems to help! I am still getting the 502 error from both
postman and chrome.
http://transm-157601.appspot.com/users/login
Github - https://github.com/kritird/transM
Can you please let me know.
--
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/41f79813-2097-4962-869e-08c829c719b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.