I created blank function which return dummy json but when I send get request to that function url it's showing DNS_PROBE_FINISHED_NXDOMAIN.
Note: my appwrite works on sub domain so, the url generates like this function_id.appwrite.mymaindomain.com
Have you pointed *.appwrite.mymaindomain.com to your Appwrite instance?
no I just pointed appwrite.mymaindomain.com to my Appwrite instance
Well, there's your issue, then! π
But when I tried this I have to delete my old appwrite.mymaindomain.com A record
You shouldn't have to... what's your DNS provider?
hostinger
What happens when you try to create a CNAME record for *.appwrite.mymaindomain.com pointing to appwrite.mymaindomain.com?
I also tried with cname but nothing happens I am waiting for sometime because maybe hostinger is taking time to change cname
What actually happens? Does it allow you to create the record, or not?
yes it's allowing me to create cname
DNS changes can take up to 48 hours to take effect
Ok, looks good. So now you just have to wait for it to propagate
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...