On 10 Jul 2012, at 7:51 AM, Alec Taylor wrote: > > My routing broke between these two versions: > Version 2.00.0 (2012-06-18 17:07:27) dev > Version 2.00.0 (2012-07-10 00:22:32) dev > > So in my db.py I have a line: `auth.settings.login_next = URL(f='profile')` > > Which is meant to redirect user to \profile\ once user is logged in. > Going to localhost.com\profile directly works. Logging in redirects me > back to the index page, but with the following appended: #_=_ > > Tiny test-case: https://gist.github.com/11f1119fac5799525b14 > > I can't think of anything else I've changed between upgrading to the > latest hg repo. > > How would you recommend I fix this issue?
Does the failure depend on using Facebook authorization? I tried to run the app, but it failed because fbappauth was missing. I took a quick look at the patches since 6/18 and nothing jumped out at me. The #_=_ string suggests JavaScript interference to me.

