
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
- Gradle build error while use appwrite wi...
I am integrating appwrite15.0.0 in Flutter 3.22 and the following error occurs while running Android: ``` shell Launching lib\main.dart on sdk gphone64 x86 64 i...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
