Hi ! I am using react-native-appwrite:0.4.0 to write password-reset functionality. However, whenever I call the account.createRecovery(email, "http://mysocietyapp.co/reset-password"), I get an error stating: Invalid 'url' param: URL host must be one of: localhost, cloud-appwite.io, appwrite.io, *.appwrite.io . This makes no sense. How am I supposed to handle password reset if I cannot deep link to the application, neither can I make my own reset-password page on my server.
Recommended threads
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Deeplinking/hosting apple-app-site-assoc...
I'm trying to implement deeplinking so that after a user logs in, they are redirected to the place in my app I want them to go. As far as I understand, I need a...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...