Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

"NetworkError when attempting to fetch resource." when using Firefox on Responsive mode with Service Worker

  • 3 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: GerardoPcp04

more options

Some of the applications I use on a daily basis that are backed up with Service worker fail with "NetworkError when attempting to fetch resource." when i try to use them using Firefox on Responsive mode. They work correctly on Firefox mobile application and also on Firefox without being on Responsive mode. The Service Worker is using `caches.match` which lately with the mentioned NetworkError.

This https://app.clickup.com/login website is the last I coudn't use anymore.

Other browser work correctly in Responsive Mode with this website

Some of the applications I use on a daily basis that are backed up with Service worker fail with "NetworkError when attempting to fetch resource." when i try to use them using Firefox on Responsive mode. They work correctly on Firefox mobile application and also on Firefox without being on Responsive mode. The Service Worker is using `caches.match` which lately with the mentioned NetworkError. This https://app.clickup.com/login website is the last I coudn't use anymore. Other browser work correctly in Responsive Mode with this website

모든 댓글 (3)

more options

Hola, No veo problemas a usar las aplicaciones de dicha pagina en "modo de diseño adaptable" necesitaría mas información o puedes probar con el Firefox en modo seguro o creando un perfil nuevo y sin agregar complementos hasta probar la pagina. Saludos

more options

Hi,

So initially the page just loads, to check this out you need to make sure the Service Worker is installed and the network calls are going trough it, so possible after waiting a few seconds with the page running, the Service Worker will be installed in background. You can make sure the Service Worker is installed and running on the Application tab on the dev tools. There is no need to log in to register the SW. Once you made sure the Service Worker is in place, you can refresh the application and most likely you will see errors happening like the ones I posted on the attached screenshot. Debugging those errors I made sure that the piece of code is failing is the Caches API match function with the error I mentioned before.

This is not something isolated, I can see also on https://www.voodoodreams.com/en-gb/login have the same kind of behavior getting multiple 504 errors but resulted on the same problem while debugging the SW, not only in my computer but in many others.

Best regards

more options

Hola, Estas en el foro en Español, al margen de que aparezcan errores en la consola del Firefox yo me refería que no tengo problemas y no veo errores de funcionamiento es las aplicaciones de dicha pagina. De todas formas este foro es atendido por usuarios colaboradores no tenemos desarrolladores, si piensas que esos errores causan algún problema de funcionamiento hay 2 opciones: reportarlo como un problema con un sitio web o como un Bug del Firefox: https://bugzilla.mozilla.org/home

Luego puedes copiar dicho caso aquí para que sirva a otros usuarios. Gracias