I have a setup with 12 different websites. Each of these have separate domains for development environment, staging level 1 and 2, and production. For example:
This setup is the same for all 12 websites. However, 6 og them displays the wrong links in info - see screenshot bewow. This is from staging level 2, which is called a-test, and so the link should be to a-test, but it is not. Instead it links to u-test, which is the development environment.
On the code side of things, we are using the SiteDomainHelper to add the sites and bind them:
To make matters even more confusing, alle links displayed in the umbraco backoffice are correct in u-test (developer environment) and S-test (staging level1). Only a-test (staging level 2) and production have this issue.
Any idea of what might be causing this? I have considered the possibility of there being something wrong in database for a-test and prod, but I don't even know what to look for if that was the case.
Links are wrong for some domains
He everyone.
I have a setup with 12 different websites. Each of these have separate domains for development environment, staging level 1 and 2, and production. For example:
This setup is the same for all 12 websites. However, 6 og them displays the wrong links in info - see screenshot bewow. This is from staging level 2, which is called a-test, and so the link should be to a-test, but it is not. Instead it links to u-test, which is the development environment.
On the code side of things, we are using the SiteDomainHelper to add the sites and bind them:
As far as I can see, there is nothing wrong with this. This is the code for some 3 of the pages where the link is correct:
To make matters even more confusing, alle links displayed in the umbraco backoffice are correct in u-test (developer environment) and S-test (staging level1). Only a-test (staging level 2) and production have this issue.
Any idea of what might be causing this? I have considered the possibility of there being something wrong in database for a-test and prod, but I don't even know what to look for if that was the case.
is working on a reply...