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] the algorithm of redirects middleware has been fixed #SXA-7405 #1876

Closed sc-ruslanmatkovskyi closed 3 months ago

sc-ruslanmatkovskyi commented 3 months ago

Description / Motivation

When a user clicks on a link generated by the Link component from next/link, Next.js adds special parameters in the route called path. This is why the redirects middleware doesn't work correctly when the user clicks on the link. In this PR, a special method is added to remove this parameter from Next.js

Testing Details

Types of changes