
Hi everyone ,
I'm currently facing an issue when sending the email verification link, I've decided to create a Function to listen "verify-email" url path to confirm email process, but when using the appwrite global link generated by the function I'm only getting the exception (AppwriteException: general_argument_invalid, Invalid url param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io (400))
No email is sent, but if I set a localhost:PORT I get the confirmation email.
Recommended threads
- 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 ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
