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
[sitecore-jss-nextjs][templates/nextjs] Update nextjs to 14.2.7 (#1911)
Make sure to update your app to use the latest Next.js version 14.2.7. It will fix the case when Embedded Personalization / A/B Testing is not executed after navigating through the router links
[sitecore-jss] Fix isEditorActive returning false in XMCloud Pages (#1912)
[templates/nextjs][XM Cloud] FEAAS / BYOC Components are not visible on the page with running A/B test (#1914)
Make sure to update the PagePropsFactory plugins order, these plugins should be executed after the page-props-factory\plugins\personalize.ts plugin to ensure that personalized layout data is used:
page-props-factory/plugins/component-themes.ts
page-props-factory/plugins/component-props.ts
[sitecore-jss-nextjs] Resolved an issue with redirects that was caused by the x-middleware-next header in Next.js. This header prevented the flow from being interrupted properly, resulting in redirects not functioning correctly in certain cases. (#1899)