When trying to render an SPA page, you may instead see a template error message similar to this:
Error while rendering [/home_de/about-us] with template [demo-ecommerce:pages/Basic]
for URI [/home_de/about-us?mgnlPreview=false&mgnlChannel=desktop]:
RenderException: No template script defined for the template definition
[ConfiguredSpaRenderableDefinition(jsPaths=null, cssPaths=null, baseUrl=null,
routeTemplate=null, spaRouterClass=class info.magnolia.pages.spa.routing.SiteAwareSpaRouter)]Copy
The issue may be due to a faulty initialization or loading of the license by the Multisite module.
We are actively working to resolve it.
For more details, see MULTISITE-209.
Workaround
Edit any site configuration. This re-triggers its registration and page rendering starts working again.
Imported content can’t be published without metadata updates
This issue affects publishing when the imported files contain publishing properties, both for bootstrapped files or those imported via the UI when metadata and published versions are out of sync.
In particular, when some nodes have the property mgnl:lastActivatedVersion and the corresponding version doesn’t exist, you can’t publish them without modifying them first.
In addition, if a published node is modified in a way that doesn’t update Magnolia modification metadata, publishing also won’t succeed.