sendPasswordResetEmail Error: AppwriteException: general_argument_invalid, Invalid`url`param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, ...
Is there a place that we need to enter our domain name email.mydomainname.com to reset the password?
Thanks
TL;DR
Error is due to an invalid URL host. The URL used for password reset must be one of the specified hosts. Make sure to set the URL to one of the allowed hosts like localhost, cloud.appwrite.io, or appwrite.io. Update the URL to a valid host to resolve the issue.