diff --git a/lib/shopware/api.ts b/lib/shopware/api.ts index 35655a275..13892765f 100644 --- a/lib/shopware/api.ts +++ b/lib/shopware/api.ts @@ -127,12 +127,12 @@ export async function requestSeoUrl( { type: 'equals', field: 'seoPathInfo', - value: decodeURI(handle) + '/' + value: decodeURIComponent(handle) + '/' }, { type: 'equals', field: 'seoPathInfo', - value: decodeURI(handle) + value: decodeURIComponent(handle) } ] }