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
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...