
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
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
