Hi Alex,

Have you looked at the logs in the admin console? A 500 is what your app
returns if an exception occurs - it won't print the exception stacktrace to
the response.

-Nick Johnson

On Thu, Jun 23, 2011 at 1:02 AM, Alex <[email protected]> wrote:

> 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:
>
> application: tqimport
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: .*
>   script: main.py
>   login: required
>
>
> 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
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/ajdJ_AbtdMgJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Nick Johnson, Developer Programs Engineer, App Engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to