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
- User columns stuck on processing
Hi — on Appwrite Cloud (Free), Project ID 69d7dd8200098ed8560c, database mylestone-db. Attributes/columns are stuck in "processing" indefinitely across two coll...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- How to update from 1.8.1 to 1.9.6
Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves tho...