I have an app that I have deployed in 2 configurations: one for Google IDs and one for a Google App Domain.
The one deployed on a Google App Domain is now preventing any access, generating a NotAllowedError when a call is made to users.create_login_url(uri). No changes have been made at our end, so I'm guessing it's v1.1.9 that's causing this change. Poking around, I discovered that if I hard-code the uri to be '/', I can get in. We are generating the uri argument by calling Django request.get_full_path(). Is this wrong? Is there some other call we should be using? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
