Mozilla 도움말 검색

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

자세히 살펴보기

White Screen issue

  • 2 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Attempting to use thefirestore.com for my job, but it keeps bringing me to a white screen. I know it isn't the website's issue because I can access it using firefox on my phone it comes up fine. I tried troubleshooting firefox, I tried clearing the cache on the website, disabling cookies etc. I'm up to date for firefox. I need help! And yes I tried restarting it.

Attempting to use thefirestore.com for my job, but it keeps bringing me to a white screen. I know it isn't the website's issue because I can access it using firefox on my phone it comes up fine. I tried troubleshooting firefox, I tried clearing the cache on the website, disabling cookies etc. I'm up to date for firefox. I need help! And yes I tried restarting it.

모든 댓글 (2)

more options

Yeah, I'm getting a white screen there as well with Firefox 118.0.2 in both my normal profile and a clean profile.

At the moment, not sure why it isn't showing at least some something since you can see the page's source code when doing right-click and View page source.

more options

The Web Console shows an error about WebKitMutationObserver, aimed at Google Chrome and other WebKit browsers (Safari).

  • Uncaught ReferenceError: WebKitMutationObserver is not defined

Modern browsers support MutationObserver or a website can possibly use MutationObserver || WebkitMutationObserver || MozMutationObserver, no prefix necessary.