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
- Bug Report: Appwrite Cloud Functions – E...
Bug Report: Appwrite Cloud Functions – ERR_INVALID_CHAR on Execution Summary: There is a critical platform-level bug affecting Appwrite Cloud Functions in the ...
- I’m facing an issue with deployments on ...
Hi Appwrite Support, I’m facing an issue with deployments on Appwrite Sites. A few days ago (around 3–4 days back), everything was working perfectly. My deplo...
- Appwrite Cloud project is paused and nev...
Hi Appwrite Team & Community, I am facing a problem with one of my Appwrite Cloud projects which seems to be identical to the other cases of "paused projects" ...