When linking a domain and generating TXT and A records for TLD (example.com) and subdomain (www.example.com) the TXT and A record being outputted by Replit are the same. For DNS purposes they need unique outputs.
You’re not changing the host name properly.
You’re not making @ records for both TLD and www. You need to change @ to www for the www record. It works.
if it helps, I have blog post here I created a few months back explaining exactly how to do it.
I noticed similar. Found a workaround that someone could try if they want: 301 redirect in Deployments - #2 by mark
I think you’re overcomplicating his problem here. I believe he’s getting an error at his registrar because he’s adding the same IP A and Verify TXT to Hostname @, instead of changing Hostname A and TXT to ‘www’ in which the values can be the same for ‘@’ and ‘www’
A common oversight for those new to this.
Hey @realfunnyeric - you nailed the issue! I keep getting ‘Record name www conflicts with another record.’
I think the issue (now fixed) is that there was another CNAME record setup www, which was causing the conflict. (No idea how I did that)
Thanks for your help
That’s great, I’m glad I could help! LMK if you need anything else.