[google-appengine] Re: Login generating a redirect loop?

2013-11-20 Thread Lapteuh
Hi, I observed this behavior in my application. The problem was incorrect use of *self.redirect *function. Perhaps you have something like that. The solution (webapp2): self.redirect(url, abort=True) Good luck. среда, 20 ноября 2013 г., 5:03:40 UTC+6 пользователь Aerodyno написал: > > I'm c

[google-appengine] Re: Login generating a redirect loop?

2013-11-19 Thread Aerodyno
to my surprise this issue appears to have disappeared. will message here if I see it again... -s On Tuesday, November 19, 2013 6:03:40 PM UTC-5, Aerodyno wrote: > > I'm creating a login URL with the following: > > users.create_login_url() > > If I log in with a particular google account, I get a