The root node {RootNodeName} was published with multiple cultures, but no domains are configured, this will cause routing and caching issues, please register domains for: {Cultures}
I do indeed have root level content items that vary by culture, however my content finder is correctly selecting the correct content and culture based on the path. A URL like /en-gb/about-us will use the 'en' culture, just as a URL like /en-us/about-us would also use the 'en' culture. Both urls use a node at /country-home/about-us. The different countries just have different telephone numbers amongst other variations.
So my questions are:
Is there a problem with my setup? Even if I've sorted the routing, I've done nothing with caching.
If there is no problem then how do I get the error to go away?
Multiple cultures without multiple domains
I'm getting this error:
I do indeed have root level content items that vary by culture, however my content finder is correctly selecting the correct content and culture based on the path. A URL like
/en-gb/about-us
will use the 'en' culture, just as a URL like/en-us/about-us
would also use the 'en' culture. Both urls use a node at /country-home/about-us. The different countries just have different telephone numbers amongst other variations.So my questions are:
Thank you in advance
You can set multiple cultures and hostnames with the same domain.
So:
So maybe set the cultures and hostnames for English explicitly?
Thanks for responding, Luuk.
However I discovered the issue was that my database had come orphaned data in the
umbracoDomains
DB table. Removing these rows resolved the issue.Thanks, this solved my problem. I was missing a domain in my solution. As soon as I added it I was able to publish.
Just like to add that to add a domain, go to the Content tab, right-click on one of your root documents and select "Culture and Hostnames".
is working on a reply...