Hello,
I'm trying to run two websites off the same Odoo server and from the same company. Using Odoo 17 and Odoo.sh
www.domainA.com points to my first website and once you log in, one can get into the odoo back end just fine. Everything seems to be working perfectly with the first domain.
I have a second domain and went through the process of setting up a second website on the same odoo server instance. The second domain is called out in the odoo website settings and it's been added to odoo.sh server settings. the DNS is pointed to mywebsite.odoo.com (which is the same place my first domain points to).
When the public accesses www.domainB.com they are directed to the website for domainA, the first website, not the second one.
If I go to www.domainB.com as a logged user of the odoo server, I see the correct website.
What do I need to do so that the public can see the correct website when they go to the second URL?
Thanks