Can't reach Cairn

Hi, I’m trying to deploy Cairn on my local open edx platform using tutor and I’m getting an error. If I deploy to the default url - data.{{ LMS_HOST}} I get DNS_PROBE_FINISHED_NXDOMAIN error, if I try to change the path to {{LMS_HOST}}/data/ I get 404 page not found in the edx interface. The container is up and running and if I run docker exec -it tutor_local-caddy-1 /bin/sh and then ping cairn-superset:8000 I get a response, all packets are transmitted and sent back.

Please help, how can I solve such a problem?

This is the error that you should be addressing. It means that your DNS record is not properly configured. What is the output of the following commands?

dig +short LMSHOST.com
dig +short data.LMSHOST.com

The printed IP addresses should be the same. If not, then you need to fix your DNS records: Installing Tutor — Tutor documentation

Hi @regis, thank you!

dig +short LMSHOST.com
returns local server ip adress.

dig +short data.LMSHOST.com
returns nothing.
I’ll see what i can do about it, but is there any way i can move Cairn to LMSHOST.com/data?

No, unfortunately not.