You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Locally django app is working fine but on being deployed with docker on GAE, it is giving 502 Bad Gateway error.
diogoa...@google.com
unread,
Apr 2, 2019, 9:20:47 PM4/2/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
The “502 Bad Gateway” response error is not very descriptive in regards to what exactly might be the issues: it might be the Nginx response to an application exception. The following two threads go over some of the possible causes for the 502 response code and how to resolve the issue on an application deployed to App Engine.