{"section":"known-issues","requestedLocale":"en","requestedSlug":"malformed-pdp-urls-when-using-workspace-querystring","locale":"en","slug":"malformed-pdp-urls-when-using-workspace-querystring","path":"docs/en/known-issues/Store Framework/malformed-pdp-urls-when-using-workspace-querystring.md","branch":"main","content":"## Summary\n\n\nWhen using the `?workspace=` querystring on the store URL, PDP navigation breaks because the `render-runtime` incorrectly includes the `workspace` flag as part of the `skuId` query parameter. This replaces `&` with `?`, resulting in malformed URLs and preventing PDPs from loading correctly. This does not happens when you choose to open the page on a new tab.\n\n\n#### Simulation\n\n\n\n1. Access a store URL with a workspace querystring, for example: `?workspace=prod`\n2. Hover over a product – the PDP URL preview shows parameters correctly using &.\n3. Click on the product – the URL replaces & with ?, causing the PDP not to load.\n4. Console/runtime inspection shows that render-runtime appends the workspace parameter inside the skuId query, corrupting the final URL.\n\n#### Workaround\n\n\nNo reliable workaround. As a temporary measure, users can open the product in a new tab, which preserves the correct URL, but navigation in the same tab is broken."}