Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

White Screen issue

  • 2 réponses
  • 1 a ce problème
  • 2 vues
  • Dernière réponse par 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.

Toutes les réponses (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.