DNS and subdomains
Hello!
I have a django app with multiple tenants and have issues with public networking.
I have the website on the root domain fleetdata.pro and multiple tenants on *.fleetdata.pro.
Everything was fine until I had to authenticate my domain for the email provider Brevo (sendgrid). They require a TXT record with @ as host. This conflicts with the CNAME @ record for fleetdata.pro from railway pointing to the website.
I talked to NameCheap and they suggested to remove the CNAME @ record and replace it with a www record pointing to the hosting from railway and also add a URL forwarding from fleetdata.pro to www.fleetdata.pro. Which I did. Now neither the non-www and www.fleetdata.pro works. How can I fix this?
Solution:Jump to solution
I would instead suggest using cloudflare's nameservers with the orange cloud enabled, that way your root will actually be an A type and you won't have anything conflicting
3 Replies
Project ID:
df711288-dddd-4e3e-8f3f-62aefe4a3212
df711288-dddd-4e3e-8f3f-62aefe4a3212
Solution
I would instead suggest using cloudflare's nameservers with the orange cloud enabled, that way your root will actually be an A type and you won't have anything conflicting