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.
I'd like to add query parameters to internal links. Obviously, I'm not able to do that by using "Shortcut to page in EPiServer CMS", as there's no where to edit the URL.
So I tried the same way we used to do it in CMS 6, by using the internal link as an external link; "Shortcut to page on another web site".
However - in 7.5, the links are transformed to Classic Links after clicking Save & Publish.
I try to make a shortcut to: "http://localhost:55807/about-us/news-events/events/"
And after save/publish: "/Views/Pages/NewsPageTemplate.aspx?id=18"
This is by design, according to EPiServer developer support. And thats fine by me, but the editor will get a 404 error when trying to view that page while in edit-mode:
(Normal visitors will not see this error, as they are served the external URL)
I'm wondering if there's a work-around for the 404 page or if there's a better way of linking internal pages w/ query parameters?
Thanks!