I'm on Free Tier Cloud (while still developing my alpha). My account is always logged in, since I'm doing stuff regularly and my app just refreshes my token and I can keep working. However, I recently asked a few friends to do some user testing with the stuff I already implemented. They have accounts set up. When they tried to login using a magic url vie email, however, they never received the email (even after days of waiting). I also tested this with incognito mode and I also never received the login email with my url.
I checked the browser dev tools, and the API request to /v1/account/tokens/magic-url
was successful with a 201 status code.
Login emails not working is a big deal for me, since I really need that feedback. Is there any known issue or fix?
Recommended threads
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...