
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
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
