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
- Feedback and Deployment Challenges with ...
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a f...
- Custom Domain Verification Failed
Hi! I woke up to my app not working because of this custom domain verification failed error. I have not moved any DNS configuration since I set it up 3 years ag...
- Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it ...