*.nometria.com staging URL immediately. Add your own domain whenever you’re ready.
Add a custom domain
Enter your domain
Type in your domain, for example
app.yourcompany.com or yourcompany.com for apex domains.Add the DNS records
Nometria shows you the exact records to add in your DNS provider:For subdomains (e.g. For apex domains (e.g. Add these records in your domain registrar or DNS provider (Cloudflare, Route53, Namecheap, GoDaddy, etc.).
app.yourcompany.com):yourcompany.com):Using Cloudflare
If your domain is on Cloudflare: If you keep Cloudflare’s proxy enabled:- Set SSL/TLS mode to Full (strict) in Cloudflare to avoid redirect loops
- Cloudflare issues its own certificate to the browser; Nometria’s certificate is used between Cloudflare and your server
Multiple domains
You can add multiple domains to one deployment — for example,www.yourcompany.com and yourcompany.com:
- Add both domains in Settings → Domain
- Set one as the Primary domain — all other domains redirect to it
Removing a domain
Dashboard → Settings → Domain → click the trash icon next to the domain. DNS records on your provider are not automatically removed — delete them manually to avoid dangling records.Troubleshooting
SSL certificate stuck on 'Pending'
SSL certificate stuck on 'Pending'
Nometria can’t issue a certificate until your DNS records propagate. Check propagation at dnschecker.org — once your domain resolves to the correct value globally, the certificate issues within 1–2 minutes.
ERR_TOO_MANY_REDIRECTS
ERR_TOO_MANY_REDIRECTS
This usually means a Cloudflare + HTTP redirect conflict. Set Cloudflare SSL/TLS mode to Full (strict) or temporarily disable the Cloudflare proxy while verifying your SSL.
Domain shows wrong content or old deployment
Domain shows wrong content or old deployment
Your browser may have cached the old IP. Try
curl -I https://yourdomain.com to bypass the browser cache. If that’s correct, do a hard refresh (Cmd+Shift+R on Mac).