Sitecore / jss

Software development kit for JavaScript developers building web applications with Sitecore Experience Platform
https://jss.sitecore.com
Apache License 2.0
263 stars 275 forks source link

[sitecore-jss-nextjs] Fix page not found error on pages. #1883

Closed addy-pathania closed 3 months ago

addy-pathania commented 3 months ago

Description / Motivation

When switching between page and subpage on Pages we get Page not found error because there are duplicate cookies set by nextjs setPreviewData function on each page route. There should be single active preview cookie at the root of your session.

Testing Details

Types of changes

addy-pathania commented 3 months ago

Looks good. Is there some unit test that will need updating (or should be added)?

Nothing really to update in tests since it was a optional options param in the setPreviewData function.