board icon indicating copy to clipboard operation
board copied to clipboard

appcache should be migrated to service worker

Open sarim opened this issue 4 years ago • 1 comments

grunt build:live command generates distribution that contains a default.appcache and its references in client/index.html manifest="default.appcache"

This results in this error in console

Application Cache Error event: Invalid or missing manifest origin trial token

appcache is depreciated and will be removed soon. Details: https://web.dev/appcache-removal/

sarim avatar Feb 27 '21 16:02 sarim

I got the same error in the console. how can I remove the error ??? i am not trying to migrated to service worker

Vrushabhlb avatar Dec 24 '21 07:12 Vrushabhlb