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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...