Hi team,
I am getting the error message "creating of session is prohibited when a session is active" when i try to create email or phone session from a client application.
Yes, looks like this is a new thing, but it doesn't seem to have been documented anywhere? - it's not a bug. It apparently means you already have an active session on the device you're creating the session on
To create a new session, you'll have to end the current one - you can do this by calling account.deleteSession('current')
Oky thanks, let me try that.
Thank you it's working now.
Auth not working after upgrading to appwrite 1.5.3 [ SOLVED ]
Glad that helped! Thanks for adding the "[SOLVED]" - could you please move it to the beginning of the title?
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...