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
- Create a store with multiple bindings (multibinding).
- Set up the service worker to generate the URL with scope.
- 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.