iOS Safari browser issue on Flutter Web GetSession session after sign in Google
- 0
- Flutter
- Web
- Cloud

I am using the Flutter Web to develop on my web site to login account on Appwrite cloud. On my web site, it will be signed in Google using CreateOAuth2Session and run getSession(current). However it is failed to get the Session and return "error with code 401" on iOS Safari or Chrome browser only. The strange thing is that it is working fine on the Android Chrome browser, Microsoft Windows 11 OS Edge and Chrome browser. I can get the Session with the provide "Google". So I believe my flutter code are fine. Anyone can help me to troubleshooting on iOS browser?

401 means unauthorised, either the user didn't login or something went wrong during the login process. Anything in the dev. console if you try on a mac or a pc?

For Android, Windows device, everything is fine. It can get Google session.
But in iOS browsers, it is detected unauthorized. However when I checked the Appwrite Cloud website - Auth sessions. I can see my iOS login in Appwrite cloud Auth page session. It is showing “Mobile Safari 17.3 on iOS 17.3”.
I don’t know why my web page on iOS browser can’t detect (run getSession(current) code) Google session.

Hey!
Maybe this issue is the same as yours? https://discord.com/channels/564160730845151244/1214113422019403776/1214424692216307812

I am using Flutter dart language to develop webpage. That article looks like using Apple Swift language and wrote iOS app.
It is not the same issue.
Recommended threads
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
- Subject: Function req.body Empty Despite...
Hi Appwrite Support Team, I'm encountering a persistent issue where my Appwrite function is receiving an empty req.body, even though my cURL requests successfu...
- Error setting postman body
Good evening, anyone has an idea on how to pass body to appwrite function using postman? this is how I've passed it : { "providerName": "adamu" } and I ke...
