4

I'm new to google cloud platform. I have deployed a dotnet core project to App Engine locate Asian-south-1. But start from yesterday, the server always returns Error code 502 with a message. "Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds." I also try to create a brand new project and deploy it but still have no lucks. How can I debug to see where is the problem?

1 Answer 1

1

Edit: There seems to be an issue with GAE traffic in Asia, which is probably related to your error. The Google engineering team is investigating it with high priority.

Previous answer in case is it helpful in some way:

To make sure the issue is in your application, I’d start by trying to deploy the sample HelloWorld application as described in the quickstart.

If that works you can start debugging your own code. You can check the logs in Stackdriver and take a look at the App Engine dashboard. Additionally, you can try Stackdriver Debugger for a closer look at the code, although it is still in alpha, so it may not work perfectly.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .