I'm completely new to app development and to this forum, so please forgive both my ignorance and any incorrect use of this forum. I've just deployed my first app, which runs fine on my local machine, but which gets stuck in a redirect loop when deployed. I've used a version of the user authentication system advised here
https://developers.google.com/appengine/docs/python/users/overview, with some modifications to incorporate jinja templates.
Is this a common problem? Should I post my code so you wise folks can see what I have or haven't done?