As the title says, I'm using email otp to authenticate users, I use createSession to send the first otp, but if the user didn't receive the otp how to send it again? I tried using the same method but then I get the error you can't have multiple active sessions. Is there a method for this?
Recommended threads
- Help with OAuth2 and Discord
Hi everyone, I've been looking for the past day for solutions to my error in my code with making Discord and Appwrite work on my NextJS project. This project is...
- How to properly restore an Appwrite back...
I have two separate servers both running Appwrite 1.6.0. I am trying to move all the data from the Appwrite instance running on Server A to the one running on S...
- 401 unauthorized after `createEmailPassw...
I really don't understand why i'm getting this error, if the user is already logged then why does this happen? Can anyone point me in the right direction?