You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react and react-dom: (N/A if using bundled react, or version number)
webpack: bundled webpack
node: (N/A if using bundled react)
Runtime environment:
OS: Windows 10
.NET Framework 4.8
Hi guys!
We are having issues with configuring the react.NET library for the multisite solution. We are using Sitecore CMS where there are multiple sites configured within one app domain in .NET. Each site has its own front-end build with a separate output path, i.e. '~/dist/'. At the moment we are using the following code to configure react.NET:
I'm using these library versions:
ReactJS.NET
: 5.2.11JavaScriptEngineSwitcher
: V8 3.5.5react
andreact-dom
: (N/A if using bundled react, or version number)webpack
: bundled webpacknode
: (N/A if using bundled react)Runtime environment:
Hi guys!
We are having issues with configuring the react.NET library for the multisite solution. We are using Sitecore CMS where there are multiple sites configured within one app domain in .NET. Each site has its own front-end build with a separate output path, i.e. '~/dist/'. At the moment we are using the following code to configure react.NET:
The issue with the current code is it only works with the first initialized site, all subsequent sites are unable to find JSX resources.
Is it possible to have multiple configurations or dynamically loaded configurations?
Best regards, Radik.
The text was updated successfully, but these errors were encountered: