StefanOriginal post
Rank 1: Thread
JavaScript
try { await account.createMagicURLToken(ID.unique(), email); } catch (error: any) { console.log(error); throw new Error(error); }This code actually doesn't work. I want a support.
Summary
Developers are asking how to implement MagicURL Registration with email using Appwrite. The solution is to check the documentation at <https://appwrite.io/docs/references/1.5.x/client-web/account#createMagicURLToken>. The provided code snippet is incorrect and needs to be adjusted based on the documentation.