Am trying to use a function for handling the email verification but failed
- 0
- Flutter
- Functions
- Auth
I had successfully created the function and added a domain and it got linked to it and it was callable from outside, But for email verification i created that function with custom domain, where the custom domain is email.v2.server.twillit.in (consider) and appwrite domain v2.server.twillit.in.
In flutter App when am trying to add the URL for account.createVerification(url:email.v2.server.twillit.in) it throwed an error as like below, how to fix this please Help me.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: AppwriteException: general_argument_invalid, Invalid url
param: URL host must be one of: localhost, v2.server.twillit.in (400)
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...