We have been using umbraco for a number of years as the primary CMS system for our clients' websites.
We have also previously used umbraco to handle many websites in one and the same Umbraco instance.
Unfortunately, with Umbraco 8.x.x, we have found that solutions are extremely unstable when handling more than one domain.
We've tried everything, and our conclusion is that there is an error in the way Umbraco 8's Examin index engine handles multiple domains in the same instance.
However, we would like to hear from anyone if they have experienced the same problem with Umbraco 8? And if they might have a solution?
I got some issues, with multiple domains. Not in the examine index of what I have seen but it could probably be related.
When setting up multiple domains, the default way to pick up the urls for pages seems to be to take the absolute url, but here something is really weird at least in the project I'm working on. When picking up the url, instead of taking the domain you're standing at it takes the first domain in the list making the absolute url wrong.
To solve this for content rendering urls we had to tell it to take the relative url with .Url(mode: UrlMode.Relative) to get it correct. Could this be something messing up the index maybe? Anyhow it feels wrong that the default urls is absolute if that's the case.
Umbraco 8 Crashes with Multiple Domains.
Hello Umbraco-people
We have been using umbraco for a number of years as the primary CMS system for our clients' websites.
We have also previously used umbraco to handle many websites in one and the same Umbraco instance.
Unfortunately, with Umbraco 8.x.x, we have found that solutions are extremely unstable when handling more than one domain.
We've tried everything, and our conclusion is that there is an error in the way Umbraco 8's Examin index engine handles multiple domains in the same instance.
However, we would like to hear from anyone if they have experienced the same problem with Umbraco 8? And if they might have a solution?
Any hel would be appreciated.
We are having the exact same problem, and we cant get any help on the issue. Unfortunately our customers are experiencing lots of problems...
check out this thread...
https://our.umbraco.com/forum/using-umbraco-and-getting-started//103281-unhandled-exception-in-appdomain-terminating-an-examine-index-and-lucene-errors-showcase
I got some issues, with multiple domains. Not in the examine index of what I have seen but it could probably be related.
When setting up multiple domains, the default way to pick up the urls for pages seems to be to take the absolute url, but here something is really weird at least in the project I'm working on. When picking up the url, instead of taking the domain you're standing at it takes the first domain in the list making the absolute url wrong.
To solve this for content rendering urls we had to tell it to take the relative url with .Url(mode: UrlMode.Relative) to get it correct. Could this be something messing up the index maybe? Anyhow it feels wrong that the default urls is absolute if that's the case.
is working on a reply...