-
Notifications
You must be signed in to change notification settings - Fork 175
ServiceWorker returns "503 OK (from ServiceWorker)" on accessing dynamic content while offline (Chrome) #168
Comments
same problem here, Tested in Firefox, everything seems to be working fine. Chrome related issue? |
With beta 14 it worked fine for me |
I believe it's connected with 6f930b8 |
As far as I can see, external dynamic contents won't cached with beta-16 (including 6f930b8). BTW, Stephen's blog article says as following:
but the Actually, the contents is not available in offline cc/ @StephenFluin |
Any update on this? |
I am also having issues around caching dynamic content on beta16. I am not sure if they are exactly the same as yours. See my explanation in #179. As a side note the "performance" strategy was working for me, the only caveat being dynamic content is only cached on the second page load due to async nature of the service worker. My api calls are completing before the service worker is controlling the page. This is fine for me but at first I was expecting to load the page once and take it offline and everything work, which it didn't. |
same issue here, I'm trying to implement google maps via angular google maps library, and I'm getting 503 for async loading of the library |
Hi, using beta16 i cannot access cached dynamic content. Chrome shows a "503 OK (from ServiceWorker)" and no content is loaded, even though its listed in the caches in chrome. beta11 works fine.
Edit:
Initially i only tested chrome (59), its broken there. Firefox (54) works as expected and loads the content correctly.
The text was updated successfully, but these errors were encountered: