I’ve set my DNS records on GoDaddy: an A record pointing @ to 75.2.60.5 and a CNAME for www to apex-loadbalancer.netlify.com to link my custom domain(profreview.net) to the site published on Netlify (prof-review.netlify.app). After 48 hours, Netlify shows successful configuration on domain management section, including HTTPS, but accessing profreview.net still inconsistently redirects to GoDaddy’s /lander page sometimes.
@TheG You’ve not followed the instructions properly.
Documentation for www
https://docs.netlify.com/domains-https/custom-domains/configure-external-dns/#configure-a-subdomain
^ This says you should set the CNAME
for www
to your Netlify subdomain, e.g.
brave-curie-12345.netlify.app
You have set apex-loadbalancer.netlify.com
Documentation for apex
^ This says you should set…
an appropriate record pointed at apex-loadbalancer.netlify.com
OR
If your DNS provider does not support ALIAS, ANAME, or flattened CNAME records…
The IP address of the load balancer 75.2.60.5
The issue you have of…
Is because you currently have two A records, one of which is clearly for GoDaddy’s parked page:
To fix:
- Remove the
A
record that saysParked
. - Adjust the
CNAME
record forwww
to point to your netlify.app subdomain
1 Like