Sembra che il caricamento del contenuto della pagina molto lunga sia duplicato
Ho provato a passare alla modalità provvisoria e ho trovato questo errore nella console:
_service-worker-8605e5c2e133a2a05d9dd2906cb8e959e59d9071ee2958ed83b143cf451c9a23.js:3 Uncaught DOMException: Failed to execute ‘importScripts’ on ‘WorkerGlobalScope’: The script at ‘https://domain/javascripts/workbox/workbox-sw.js’ failed to load.
at https://domain/service-worker.js:1:14
(anonymous) @ _service-worker-8605e5c2e133a2a05d9dd2906cb8e959e59d9071ee2958ed83b143cf451c9a23.js:3
A bad HTTP response code (404) was received when fetching the script.
register-service-worker.js:22 Failed to register Service Worker: TypeError: Failed to register a ServiceWorker for scope (‘https://domain/’) with script (‘https://domain/service-worker.js’): ServiceWorker script evaluation failed
Dopo una ricerca, è stato riscontrato un errore simile in questo argomento Service-worker redirection 403 che era correlato a una CDN mal configurata, se questo aiuta in qualche modo?