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
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...