I am creating a Magic URL link for a new user. The documents say to use account.createMagicURLSession however that does not exist on the Appwrite 14.0 Client SDK. The only I option I get is account.createMagicURLToken. The console log then says https://cloud.appwrite.io/v1/account/tokens/magic-url 404 NOT FOUND
however, the API docs say the route should be: /account/sessions/magic-url
MagicURL API ROUTE 404 ERROR
here is the error from the console.log
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...