First time here? Check out the FAQ!
3

login page keeps reloading

I have a problem with my login/signup page, it keeps on reloading, i think it's something wrong with the javascript. try it here , just go to the signup page.

megabosx's avatar
53
megabosx
asked 2012-06-30 15:12:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

1

Facebook login does not work, I think that in your case callback url entered into Facebook app is incorrect.

Can you tell what it is? Go to your app setting in your facebook account and check your "site url" parameter.

I've tested google and simple password logins on your site. Both work.

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-30 16:15:16 -0500, updated 2012-06-30 16:18:54 -0500
edit flag offensive 0 remove flag delete link

Comments

I have this issue too. My facebook login works (I think) because I created an account through Facebook on my site.

Joseph's avatar Joseph (2012-07-25 02:49:17 -0500) edit

I disabled facebook login and this still happens.

Joseph's avatar Joseph (2012-07-25 02:56:48 -0500) edit

In fact, I disabled all providers and this still happens.

Joseph's avatar Joseph (2012-07-25 03:42:48 -0500) edit

This is a critical bug. I had the same issue. I was unable to login at all using regular email. Whenever I used to login it used to come back to the same page. Currently I'm exploring the codebase and will update soon on this. ;)

Check this - http://askbot.org/en/question/8345/unable-to-login-to-my-askbot-site-as-admin/

pajju's avatar pajju (2012-08-08 09:48:43 -0500) edit

I have the same issue. Cleared all cookies and go to /account/signin/ still get the constant refresh.

cwjacklin's avatar cwjacklin (2012-08-14 00:24:06 -0500) edit

What triggers this issue?

Evgeny's avatar Evgeny (2012-08-14 00:27:40 -0500) edit

Will this error be fixed in the next release? I guess the next release will be the django 1.4 compatibility release.

cwjacklin's avatar cwjacklin (2012-08-14 11:25:01 -0500) edit
add a comment see more comments
1

I just cleared my cookies, and that seemed to clear things up. My guess is that it has to do with a conflict between the cookies generated when running the test server on port 8888, and the cookies generated on the production server.

This would explain why we administrators would have the problem but not other users we send to our site to check things out.

EDIT: Sorry folks, that didn't fix it after all---or at least, it is also related to Facebook logins. I tried to add Facebook logins back, and once I added that key to my login set, the reloading started again.

mcg's avatar
86
mcg
answered 2012-08-07 16:32:44 -0500, updated 2012-08-07 16:37:45 -0500
edit flag offensive 0 remove flag delete link

Comments

the reloading code checks if both Facebook keys are there. see provider_javascript.html in skin/common/template/authopenid, so you have to remove one of the FB keys to prevent autoreload

cwjacklin's avatar cwjacklin (2012-08-14 11:24:11 -0500) edit

Oops, made a comment response in a wrong place - see the one under my answer. Thanks for pointing this out.

Evgeny's avatar Evgeny (2012-08-14 17:01:54 -0500) edit
add a comment see more comments
0

Will this error be fixed in the next release? I guess the next release will be the django 1.4 compatibility release.

cwjacklin's avatar
11
cwjacklin
answered 2012-08-14 11:24:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments