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
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...