A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
the siteUrl you get from UriSupport.siteUrl is the setting from the <siteSettings ..... /> section. Not the <siteHosts> section
--
Lars Øyvind Bodahl
Hi,
I have a multi-site instance of EPiServer. One of the siteHosts node in the EPiServer.config will look like this:
<siteHosts>
<add name="v1.testsite.test.com" />
<add name="www.testsite.com" />
</siteHosts>
I am outputting the UriSupport.SiteUrl property to help output the SiteURL, obviously :-), however, the value outputted is v1.testsite.test.com, but I want it to be www.testsite.com. How do I ensure this is the case?
Regards,
Ian