Replies: 1 comment 1 reply
-
|
Hey, did I get it right that you are trying to do the following?
If yes, I am not aware of any Roadmap Item or change we are planning to support it on the SDK side. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
With the multisite middleware and graphql edge limitation of not exposing and resolving the Sitecore Site virtual path field, is there any current strategy for having multiple SXA Sites where each site corresponds to the same host names but differnet sub-paths: site.com/siteA, site.com/siteB, and so on?
I am looking to architecting a 80+ multi-site solution in this manner by setting the virtual paths as there are many benefits to having separate sites, including from the perspective of the company's communication teams that don't cross collaborate and SXA related functionality such as site-specific module scaffolding, security, workflow, etc.
The only approach I can think of would require hosting a Rendering Host application per site where each app specifically sets the site via ENV, and then a networking layer above that handles the request start path to send the user to the appropriate rendering host.
Additional information
Is there a known timeline around supporting the virtual path that works with XP?
Beta Was this translation helpful? Give feedback.
All reactions