Hi there! We currently face an issue with SSR and matrix parameters. Calling the following URL:
/en;param=value
causes the language to not be recognized and won't match the route. This pull request adds a semicolon as a delimiter which would resolve this issue in the getLocationLangfunction.
Hi there! We currently face an issue with SSR and matrix parameters. Calling the following URL:
/en;param=value
causes the language to not be recognized and won't match the route. This pull request adds a semicolon as a delimiter which would resolve this issue in the
getLocationLang
function.