I am new to PWA and I am trying to build a react PWA where my homepage URL is http://localhost:3000/grocery/2/ And 2 is the grocery business and this id will change every time for different business to load different products. I am able to register service worker but only till http://localhost:3000/order-placement. My index.html and manifest.json is in the public folder. Is there a scope problem ? How do I achieve the above scenario ?