Rank 1: Thread
I run this:
const res = await account.createMagicURLToken(ID.unique(), email, location.origin);Votes
0
Replies
5
Participants
Unknown
Messages
6
Rank 1: Thread
I run this:
const res = await account.createMagicURLToken(ID.unique(), email, location.origin);Rank 1: Thread
It seems like I have
"appwrite": "^14.0.0",
in my dependencies, and I think this is the problem.
How do I update?
Rank 1: Thread
I use bun
Rank 1: Thread
https://www.npmjs.com/package/appwrite
It looks like appwrite 1.5 is not ready in the cloud
(latest npm is version 1.4)
Rank 1: Thread
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