I have set up a custom domain. The nameservers were set up and the domain points to an old deployment. dig ns 2runes.gg shows the name servers are correctly configured.
geo@Geovanies-MBP ~ % dig ns 2Runes.gg
; <<>> DiG 9.10.6 <<>> ns 2Runes.gg
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41973
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 5
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;2Runes.gg. IN NS
;; ANSWER SECTION:
2Runes.gg. 23351 IN NS ns1.vercel-dns.com.
2Runes.gg. 23351 IN NS ns2.vercel-dns.com.
;; ADDITIONAL SECTION:
ns1.vercel-dns.com. 53614 IN A 198.51.44.13
ns2.vercel-dns.com. 53614 IN A 198.51.45.13
ns1.vercel-dns.com. 53614 IN AAAA 2620:4d:4000:6259:7:13:0:1
ns2.vercel-dns.com. 53614 IN AAAA 2a00:edc0:6259:7:13::2
I noticed an issue during production deployments where the custom domain is not listed under domain for production deployments. So for some reason the domain is not being selected.
The project dashboard says No production Domain and gives me the option to add one. When I do so, in the domain list I see:
I’ve tried disabling Auto-assign Custom Production Domains in the production environment configuration, and then manually promoting a deployment, but that didn’t change anything and the domain wasn’t selected.
Edit: Promoting a preview deployment was just assigned the branch. I think the issue has resolved itself. Will try to get production automation to assign the branch as well. If that works then I’ll close the issue.