I was using appwrite /recovery to update user password. I was testing it and it sends the email and after clicking the link it redirects me to appwrite recovery page with new password and confirm password field. After providing the new password and clicking on the update button gives me 'user with requested id not found' error but it's there. I am using self hosted appwrite 1.5.4. I am using the appwrite with the flutter app.
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....