Hi,
I have created a new app and at app creation time I selected authentication via Google Apps for users of my google apps domain only. I started it both locally and on
appspot.com, both worked fine.
Then I changed the app.yaml by adding a new line with login: required, the file now looks like this:
I did not touch the python code at all.
When I run it locally it works fine. When I deploy it the deployment works fine, too. However, when I run the app on
appspot.com it returns 500 Error: Server Error.
Do you have any idea what I did wrong? Thanks a lot!
Best regards,
Alex