Can somebody please confirm how you specify a wildcard domain in your render.yaml? The asterisk is invalid YAML syntax *.mydomain.com and simply putting .mydomain.com doesn’t fit Render’s domain regex that checks the YAML. For reference, that regex appears to be limited to either conventional subdomains or apex domains:
Hello! I don’t believe .domain.com will work. Instead, I believe you need to use *.domain.com. If you’re still having issues after including the wildcard, please let us know.