
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
- Confused whether to use GDrive or Appwri...
I am making a blogging site. right now I'm using GDrive to host the blog post's banner + inline images. my thinking was that since GDrive has 15GB storage I sho...
- getting error while creating membership
i am getting some errors what is the correct way to write this? i am using react and appwrite
- Filter a DateTime attribute
Is it possible to filter a DateTime attribute by only the month and day (e.g., -02-15)?
