When I deploy a function all goes well and I manage to deploy it with Github, but when I want to execute it with its domain, I get this error in my browser. I'd like to point out that I use self hosting
What error?
Do you have DNS records to point all those subdomains to your appwrite instance?
I have no idea π , how can I check?
Go to your DNS settings
I don't have
Don't have what?
DNS records to point all those subdomains
Then add it
It works now. Thank you.
[SOLVED] Problem when i execute function with domains
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...