Skip to content

Commit

Permalink
[sitecore-jss-nextjs]: Redirects with multilingual support have been …
Browse files Browse the repository at this point in the history
…fixed #SXA-7553 (#1938)
  • Loading branch information
sc-ruslanmatkovskyi authored and art-alexeyenko committed Oct 10, 2024
1 parent b86e849 commit 4c79d1e
Showing 3 changed files with 780 additions and 967 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ Our versioning strategy is as follows:
### 🐛 Bug Fixes

* `[sitecore-jss-nextjs]` `[sitecore-jss]` Resolved an issue with Netlify where URL query parameters were being sorted, causing redirect failures. Added a method to generate all possible permutations of query parameters, ensuring proper matching with URL patterns regardless of their order. ([#1935](https://github.com/Sitecore/jss/pull/1935))
* `[sitecore-jss-nextjs]` Resolved an issue with Netlify where URL query parameters were being sorted, causing redirect failures. Added a method to generate all possible permutations of query parameters, ensuring proper matching with URL patterns regardless of their order. ([#1935](https://github.com/Sitecore/jss/pull/1935))
* `[sitecore-jss-nextjs]` Fixed an issue with language-based redirects, ensuring users are correctly redirected to the appropriate language-specific pages rather than defaulting to the primary language. ([#1938](https://github.com/Sitecore/jss/pull/1938))

## 22.1.3

Loading

0 comments on commit 4c79d1e

Please sign in to comment.