const res = await account.createMagicURLToken(ID.unique(), email, location.origin);
TL;DR
Developers are receiving a 404 error when accessing a specific URL. It appears that the issue might be caused by using an outdated version of the appwrite npm package. Updating the appwrite dependency to the latest version should resolve the problem.
Rond
26 Mar, 2024, 02:22
It seems like I have
"appwrite": "^14.0.0",
in my dependencies, and I think this is the problem.
It looks like appwrite 1.5 is not ready in the cloud
(latest npm is version 1.4)
Rond
26 Mar, 2024, 02:28
Hey @Steven I stil l can't manage to make it work, can you assist with this please?
Steven
26 Mar, 2024, 02:36
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