board
board copied to clipboard
appcache should be migrated to service worker
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/
I got the same error in the console. how can I remove the error ??? i am not trying to migrated to service worker