Skip to content

Commit

Permalink
Node Proxy: query string values aren't transferred properly
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko committed Jun 24, 2020
1 parent 88eb05e commit d3e826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sitecore-jss-proxy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export function rewriteRequestPath(
if (config.debug) {
console.log(`DEBUG: Parsing route URL using ${decodedReqPath} URL...`);
}
const routeParams = parseRouteUrl(decodedReqPath);
const routeParams = parseRouteUrl(finalReqPath);

if (routeParams) {
if (routeParams.sitecoreRoute) {
Expand Down

0 comments on commit d3e826e

Please sign in to comment.