How can I verify an email otp with an active session? With updateVerification I get the error that the code is not valid. It only works with createSession. But this function requires that there is no active session. Otherwise I get the error “Creation of a session is prohibited when a session is active”. However, if I have the following use case that the user has to log in first and then it is checked whether the email has already been verified, the flow does not work.
Similar question that is resolved is here: https://appwrite.io/threads/1241775761703305236 let me know if this helps, although this is the same error with react, not flutter.
Recommended threads
- Need help to create a wrapper which let ...
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...