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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...