
final reset = await account.createRecovery( email: email, url: "http://127.0.0.1:8000/resetPassword", ); error tell me to use 'localhost' or computer' ip address', can any body explain me? what happen. when I go to live, my url should be where docker host ip address ? I create reset page on my own website, thanks

Hey there 👋 For now you can solve it by using localhost
, or by adding 127.0.0.1
as web platform hostname in overiew of your project.
On production, the URL should ideally be a domain. If you don't have a domain, it would be your server's public IP address.

[SOLVED] Invalid url for create recovery method
Recommended threads
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Image Transformation Issue
My project was working with images normally, I never processed them or anything, and today, suddenly when trying to add or update images from the project, it st...
- easiest way to ban an IP from appwrite
for example, lets say that i have an app where people can post cars, and someone is constantly spamming my app with trucks, is there a way to ban that user IP s...
