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
- Every time I deploy a function via CLI, ...
deploying appwrite function via cli breaks Git connection in function settings tab but when I push to git triggered deployment fail. usually multiple deployment...
- Existing ID bug?!
Idk why this happens can someone explain!! why Im getting this error even if I "manually clear the collection" ?
- A way to configure cloud function config...
Is there a way to configure cloud functions locally and keep that in github and deploy from source control instead of manually configuring it from the console f...
