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
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...