Hey, so I built an app which is utilising a lot of appwrite services, one of them being authentication through Magic URL. This is all working fine, users are being created and verified with their Identifiers being their email addresses. However, I tried to use the messaging service but can't select any of the listed users, I checked the targets and its empty, I was under the assumption through Magic URL, this was automatic, have I missed something and/or do I need to manually set this?
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- 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...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...