Hi everyone, I'm getting the error below when calling the Create Phone Token. Then UA397 is the id of a user that I have just created before calling the Create Phone Token method. From a client perspective, we get an error 409 document_already_exists. I don't understand what is happening, I have already managed to get token via this method, but now I'm stuck with this issue which is impacting my production environment. For information, login with password and magic url are working but this is only this login method with OTP via SMS which is creating this issue. I'm on a self-hosted 1.6.1. Does anybody have an idea or a suggestion? Thanks a lot in advance for your support.
[Error] Method: POST
[Error] URL: /v1/account/tokens/phone
[Error] Type: Utopia\Database\Exception\Duplicate
[Error] Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'UA397' for key '_uid'
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/MariaDB.php
[Error] Line: 2406```
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...