
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
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
