Sorry, I forgot to explain that’s the expected result. Now your root domain has an address. I can now ping caviar.re
However, when I visit the root domain, I get a “Doesn’t Exist” error from ooo.
When I visit the www, I get a 500 service error.
When using a CNAME, the server at the other end needs to be configured to accept requests for www and the root name. Right now, it’s probably only set up for www.
If you can’t get the server to respond to the root name, you can work around this:
Delete that CNAME entry for the root domain
Use an A record instead: 35.195.250.201 (this is the IP address of that odoo server. Set it to
Add a page rule: Match caviar.re and URL forward it to www.caviar.re with a 301 code.