andresgsaravia / research-engine

A platform in Google App Engine to facilitate reasearchers' life.
https://research-engine.appspot.com/
16 stars 12 forks source link

Bad redirects after creting new items and logging in #145

Closed andresgsaravia closed 11 years ago

andresgsaravia commented 11 years ago

I don't know why, but after creating a new note in a notebook, a new revision of a dataset, a new project or similar things instead of being redirected to the new item I stay in the same url but with a blank page.

The item is created fine, though, so it seems that something stopped working with the redirects.

andresgsaravia commented 11 years ago

This seems to have been an intermitent issue. I'm not getting this error anymore... If I don't see it again in a while I will close this issue.

andresgsaravia commented 11 years ago

When it happens, it seems to be solved by placing the POST handler in a different class than the GET handler... This is weird

andresgsaravia commented 11 years ago

Ok, it seems to be a Firefox issue since I don't get these error in Chrome nor in Safari...

andresgsaravia commented 11 years ago

This also happens while logging in >.<

andresgsaravia commented 11 years ago

It's been a while since the last time I saw this issue. Maybe it was fixed (although I don't see any comment about it in the Release Notes).

I will close it for now.