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] Clear preview Data cookies #1878

Closed addy-pathania closed 3 months ago

addy-pathania commented 3 months ago

Description / Motivation

To ensure switching between pages works seamlessly we need to clear the the preview data from previous route because in some instances it sets duplicate cookie values which causes the page-not-found error.

Testing Details

Types of changes