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
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...