Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully.
About 9 times out of 10, the link sent by email is reported as invalid or expired. When I look at all the session connection attempts, I can see they're always validated, but :
- when I do manage to log in, I see a
Chrome iOS (France)entry in the logs (that's me). - when I can't log in, I see that the reason is something else has already consumed the link, and the IP is systematically a
Firefox / Windows (Finland)entry.
What can I do ? Where is this coming from ?
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...