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?
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?
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
Thank you so much. I'll work on it
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...