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
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird Query Error
In next js I am getting this error in the image ```js queries: [ Query.equal('title', TitleId), Query.limit(10) ] ``` am I doing something...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...