Why do I get this error? POST https://cloud.appwrite.io/v1/account/tokens/magic-url 404 (Not Found)
- 0
- Auth
- Web
- Cloud

I run this:
const res = await account.createMagicURLToken(ID.unique(), email, location.origin);

It seems like I have "appwrite": "^14.0.0",
in my dependencies, and I think this is the problem.
How do I update?

I use bun

https://www.npmjs.com/package/appwrite
It looks like appwrite 1.5 is not ready in the cloud (latest npm is version 1.4)

Hey @Steven I stil l can't manage to make it work, can you assist with this please?

I don't know bun, but I know doing something like this in node is annoying because node will see you have the package installed already and won't do anything to it. I often have to delete the node_modules folder and then install dependencies again
Recommended threads
- Realtime not working
Hi! I'm using Appwrite cloud for my flutter project and realtime. However, today I've been having some weird problem with realtime where events aren't always be...
- Having trouble with email OTP
It seems like I'm having trouble with receiving the email with the otp from appwrite services. This is the general headers request: ``` Request URL https://fra...
- Switched a project to a different organi...
I recently switched my project to another organization but all the Data I had in Form of Buckets, Databases, Keys, Users, etc. aren't being shown. However I can...
