This indicates that you have not configured your DNS correctly so that it can resolve your domain name into an IP address.
Typically you might create your records like this:
base server address - this will be an A record in your DNS lms.domain.com
sub addresses - these will be CNAME records pointing back to your A record above apps.lms.domain.com - required for MFE studio.lms.domain.com - required for the Studio/CMS meilisearch.lms.domain.com - required for the indexing service
you can use the nslookup tool to test if your DNS is resolving correctly, eg: nslookup apps.lms.domain.com 1.1.1.1 (perform lookup, choose domain to lookup, use cloudflare to lookup - the last IP is optional, otherwise it’ll use your primary DNS server on your network)
example of output: