Hi all,
I am having trouble making a password reset flow that works for self hosted.
I know it has the fuunctionality but I keep getting errors:
The problem is a self-hosted version of Appwrite, which lacks the ability to configure redirect URLs for password reset through the UI. This limitation causes password reset requests to fail unless the redirect destination is added as a trusted web platform in Appwrite’s settings. Even after doing that, reset requests may result in network errors due to incorrect API endpoints, missing CORS permissions, or insecure HTTP usage instead of HTTPS. Because a functioning password reset flow is required for App Store approval, the developer must ensure that their reset page is publicly accessible, uses a secure connection, communicates with the correct backend URL, and is properly registered in Appwrite’s platform settings.
Ive tried making my own HTML redirect site to send the emauil but it is not workeing either.
ANy advice is greatly appreciated.
@mystic sundial