Hello,
we are working headless with Magnolia CMS and NextJS apps and a multisite setup.
Currently we implemented our own endpoint which in general resolves a site when rendering a page (as we have other configurations at the site level), that also checks for uri mappings which might exist.
Now we use the uri mapping app and have the requirement to store also the mappings per site.
Of course we can decorate the uri mapping app to add a site name etc, but how would be the best to access is?
As far as i can see the app itself is not yet multi-site capable.
Is there an alternative?
Otherwise i guess we would further have to extend the uri mapping app to be able to store/handle multisite rules.
Thanks for any direction,
cheers
Christoph