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
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Suggest simple auth flow using just a cu...
Hi...i wanted to know how can we create a auth session using custom id and password. I can give each teacher and student some specific id and corresponding to ...
