dintorf / gdata-javascript-client

Automatically exported from code.google.com/p/gdata-javascript-client
0 stars 0 forks source link

stuck in a loop on the AuthSub grant access page #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Run the following page:
http://www.futeboladas.com/contacts.html

After granting access 1 time, the browser redirects to the page and then 
it's redirected again to the grant access page (and this happens forever, 
in loop)

What is the expected output? What do you see instead?
Not being redirected always to the grant access page.

What version of the product are you using? On what operating system?
Javascript client - google data api - contacts

Please provide any additional information below.

Original issue reported on code.google.com by alfa...@gmail.com on 22 Mar 2010 at 12:24

GoogleCodeExporter commented 8 years ago
A more accurate bug report:

With the code in:
http://www.google.com/support/forum/p/apps-apis/thread?
tid=4ea1604e38b3b951&hl=en&fid=4ea1604e38b3b9510004816162a445ae

In IE 8 after the 2nd granting of access it works. (but still, why 2 grants 
required?)

In Firefox 3.6, it works OK, only 1 grant required.

In Chrome 4.1.249.1036 (41514), it works OK.

In safari 4.0.4 (windows) the behaviour I described happens: loop to grant 
access page.

Original comment by alfa...@gmail.com on 22 Mar 2010 at 12:37

GoogleCodeExporter commented 8 years ago
Same here with the example code 

Original comment by buron.ce...@gmail.com on 29 Mar 2010 at 10:28

Attachments:

GoogleCodeExporter commented 8 years ago
I got same behavior, found a thread that login fun. shouldn't be called onload 
of document, cookie might not be 
initialized, but event after adding login link, I'm still in a loop.

Original comment by dusan.ma...@gmail.com on 28 May 2010 at 5:24

GoogleCodeExporter commented 8 years ago
I have seen this before.  I generally tell my clients to delete cookies, 
restart and try again and the problem usually goes away.  I was able to track 
the problem with a cookie which gets created but then immediately expires and 
goes away.  Not sure why, but I think it may have to do with going from https 
to http and inability of cookie to work for both?

Original comment by administ...@realtyjuggler.com on 16 Feb 2011 at 5:37

GoogleCodeExporter commented 8 years ago
I'm also having this problem in Opera 11, and IE 9.

I've tried deleting the cookies in these browsers and trying again, but the 
problem persists.

Original comment by pmc1...@gmail.com on 29 Mar 2011 at 4:27

GoogleCodeExporter commented 8 years ago
I should add that this is working fine in IE 7 & 8 as well as FF 3.6 and FF 4 
and Chrome too.

Original comment by pmc1...@gmail.com on 29 Mar 2011 at 4:29