I have followed the 3 youtube tutorials on wapplers channel for PWA. After following all the steps I am unable to get anything in static cache
This is because there is a problem with the links in the assets array in the service worker. The best way to find the problem link(s) is to start with links that are known to be correct. As an example, the tutorial starts with "/".
Yeah, I had started with ā/ā only but that was also showing me nothing in the static cache.
That can only occur when the link is not correct. If the service worker is in the site root directory and the default page is also in the root directory, then all should be well.
Which server model are you using?
We are not using any server model. We are using bubble database and are performing cruds operation by making API calls from client side. Actually we want our app to work offline, storing data in local storage and then sync with the database when device get connected to the internet.
Does the dynamic cache get populated?
Yes
Another issue which Iām facing is not getting an option of install app on desktop

It is available on mobile (ad to home screen) but not on PC
Unfortunately safari doesnt support offline sync. I am still waiting for Mac OS systems to see the pwa light. So if using mac/safari that might be the issue?
Iām using windows OS

