Rank 1: Thread
My google auth is not redirecting me to my failureurl. I think it might be a session issue because it's working in my laptop but when I try it in another laptop or a phone it's not working, I'm using createOAuth2Session
Votes
0
Replies
12
Participants
Unknown
Messages
13
Rank 1: Thread
My google auth is not redirecting me to my failureurl. I think it might be a session issue because it's working in my laptop but when I try it in another laptop or a phone it's not working, I'm using createOAuth2Session
Could you provide an ss?
And the code?
Rank 1: Thread
Screenshot of the code. I have it in github if you have the time to check I can send the link. Also I can send the live link if you want to try it out. Thanks
For the ss
I meant the error ss
Live link works
Also can you give the github link?
Rank 1: Thread
Rank 1: Thread
so you are having the third party cookies issue
Third party cookies wont be saved in this method
or you could allow third party cookies in the browser
and tell others to do the same
then it works for me
and you have a infinite loop when i open the explore tab
it logs this again and again
fix this
Rank 1: Thread
Thank you so much. I'll work on it