
Hello, I am trying to implement Github and Google oauth on our community portal (https://angular.jscebu.org). While on PC browsers, the oauth works correctly, however, when logging in from a mobile browser (Firefox/Chrome on Android), it seems that the session doesn't persist.
I also tried logging in with email and password and it seems to be working fine.
Would like to ask your help if I miss anything.
Thank you so much.

some browsers are particular about cookies. To ensure full compatibility, it's best for your front end and appwrite to share the same base domain. I would suggest adding a custom domain to your project and having it be something like appwrite.jscebu.org
or appwrite.angular.jscebu.org
. For docs on custom domains, see https://appwrite.io/docs/custom-domains

Thanks Steven, wondering about this too. I'll share my further findings on this one.

Login works now with appwrite served on same domain. Thanks Steven.

[SOLVED] OAuth doesn't register session on mobile browsers
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
