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
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...