zjm1126
zjm1126

Reputation: 66797

gae error : Error: Server Error, how to debug it

when i upload my project to google-app-engine , it show this :

Error: Server Error
The server encountered an error and could not complete your request.

If the problem persists, please report your problem and mention this error message and the query that caused it.

why ?

how can i debug this error ?

thanks

Upvotes: 0

Views: 392

Answers (1)

Alex Martelli
Alex Martelli

Reputation: 882681

Look at the logs in the online administrative console of your App Engine account. That's where the info about the "why" hides;-).

Incidentally, it's very unlikely (although not impossible) that you'd immediately see such an error on the actual online App Engine without hints in your local development toolkit environment -- have you thoroughly exercised your app in the SDK before uploading it?

Upvotes: 1

Related Questions