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]: Redirects with multilingual support have been fixed #SXA-7553 #1938

Closed sc-ruslanmatkovskyi closed 1 month ago

sc-ruslanmatkovskyi commented 1 month ago

Description / Motivation

This fix addresses the handling of redirects with support for non-default languages. The system now correctly redirects users to the appropriate pages based on the selected language(redirect), rather than defaulting to the primary language.

Testing Details

Types of changes

sc-ruslanmatkovskyi commented 1 month ago

Looks good! Can we add unit test covering the case that is being fixed here?

There is such unit test in file. I've fixed tests and redirects)