I figured out what the issue was; Google Accounts wasn't down.

When creating my login link, I was using a relative path.
Specifically:

users.create_login_url('myapp/')

This works on the local developer server but results in the error in
my original post when run in the deployment environment.

The fix is simply to change it to:

users.create_login_url('/myapp/')

We definitely need a better error message for this as the current
error is misleading and the local dev and deployment environments
should behave the same way on this.

I've opened the following issue regarding this:
http://code.google.com/p/googleappengine/issues/detail?id=939

Thanks,
Aral


On Dec 18, 1:17 pm, Aral Balkan <aralbal...@gmail.com> wrote:
> Is anyone else getting:
>
> "Sorry, there seems to be a problem. The service you're looking for is
> temporarily unavailable. We're working hard to restore your access as
> soon as possible. Please try again in a few hours. Thanks for your
> patience."
>
> While trying to sign in to their App Engine app?
>
> Thanks,
> Aral
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to