Menu
Feedback
Known issues
Service worker does not create a correct scope for multibinding stores
Store Framework
ID: 1146421
Backlog
Published on10/16/2025
Last updated on10/16/2025
1 min read

Summary

The KI Service Worker fails to create the correct scope for stores with multiple bindings. When generating the scope to create the access URL for the service worker, it ends up creating a duplicate path, which causes errors in functionalities that depend on the service worker.

Simulation

  1. Create a store with multiple bindings (multibinding).
  2. Set up the service worker to generate the URL with scope.
  3. Observe that the service worker creates a duplicate path. This duplication leads to errors or unexpected behavior in the parts of the application that rely on the service worker.

Workaround

If your multibinding store does not require a service worker, you can disable the service worker as a workaround. This will prevent the error from occurring until a proper fix is implemented.

Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page
Still got questions?
Ask the community
Find solutions and share ideas in the VTEX Community
Join our community
Request VTEX support
For personalized assistance, contact our experts
Open a support ticket
GitHubDeveloper PortalCommunityFeedback