[SOLVED]Sending verification email fails on Flutter macos but works fine on IOS
- 0
- Accounts
- Flutter
- Apple
Hi guys is there a way to make the password recovery and the account verification features work for flutter desktops. I tested on a ios simulator and I am able to receive the mail fine whereas when I trigger it from the desktop I get this exception AppwriteException: general_unauthorized_scope, User (role: guests) missing scope (account) (401)
Have you added your mac to the "platforms" in your appwrite console?
@Tomic R. yes i did ...i have all supported platforms in my appwrite instance. However what i did notice is that it is behaving like the session is not stored client side on macos. But it works fine in the ios simulator
for now i develop using the macos platform for responsive layout and so far i have only tested with it and the ios simulator thinking if it worked once it would work everywhere
uhh which are you talking about? password recovery or account verification? you shouldn't get this error on password recovery because that api is public. you could get this error when starting the account verification because you need a valid session
I am currently dealing with account verification. i dont know why for flutter macos it seems like there is no valid session while in the appwrite console the session is there.
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...