Which URL do I have to pass in the createRecovery function? I'm on free plan, it's not letting me use any other url except cloud.appwrite.io and I'm okay with it if it works with default URL of appwrite cloud but then the password reset link received on email is not working.
Error message:
 AppwriteException: general_argument_invalid, Invalid `url` param: URL host must be one of: localhost, cloud.appwrite.io (400)
this is what i'm referring to from official docs.
Any hostname you’ve added as a Platform in the Console
You need to have a page at the URL you put in that’ll read the GET parameters passed, and pass them to account.updateRecovery()
Oh I see
Got it, thanks
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] createAccount Recovery throws error
done
Recommended threads
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...
 - Column size update error – "Invalid inde...
Hey everyone, I’m running into an issue when trying to update the size of an existing column in my Appwrite database. I’m trying to change the size from 30 to 5...
 - Bug on Updating User Limit
I’ve encountered a bug in the Appwrite Cloud UI when attempting to update the user limit to 0. My goal is to disable public registration while still allowing e...