firefox fouc error

Can someone help me with fouc? I am using macbook pro m1pro and styles arent working on firefox...
23 Replies
ἔρως
ἔρως5mo ago
do you have any critical css?
toni
toniOP5mo ago
I added grid and gap and thats mostly it... I am using tailwindcss
Jochem
Jochem5mo ago
a live example might help folks diagnose the issue
ἔρως
ἔρως5mo ago
ah, so, you're not writting css no wonder you have a flash of unstyled content
toni
toniOP5mo ago
I am going to send it as soon as i get close to my laptop... ☺️
toni
toniOP5mo ago
No description
toni
toniOP5mo ago
Okay, so i deleted everything and i still get the same error...
ἔρως
ἔρως5mo ago
the 404? you can ignore it, for now
toni
toniOP5mo ago
Actually i was refering to yellow warning message. ☺️
ἔρως
ἔρως5mo ago
it seems like it is changing the html before the oage is loaded if i were you, i would add the defer attribute to it
toni
toniOP5mo ago
Hmm
ἔρως
ἔρως5mo ago
did you tried it?
toni
toniOP5mo ago
Yes, i still get the same warning message
ἔρως
ἔρως5mo ago
what's on line 250?
toni
toniOP5mo ago
I have no clue, that file is not related to my folder Its something in mozilla
ἔρως
ἔρως5mo ago
are you sure?
toni
toniOP5mo ago
Yes, i dont have any js on website for now...
ἔρως
ἔρως5mo ago
that is probably an extension can you check in a private session?
toni
toniOP5mo ago
Still the same
Jochem
Jochem5mo ago
do you actually see a fouc? do you get the error on other pages that you didn't make?
toni
toniOP5mo ago
Most of pages are working normally, beside ones that i try to create. Even when they are blank with no content i get the warning message and some styles are not applied.
Jochem
Jochem5mo ago
are they actually not applied, or are you just implying that from the error? cause a FOUC is just that styles aren't loaded yet. The browser gets the HTML and has to start rendering for some reason, before all the styles have been loaded. If you're just getting that message, and everything looks fine, you can probably just ignore it. I really think it's an extension, cause like you said, you're not loading any styles and it's still showing the message if you have styles that are missing after the initial load still, then you have a different issue and you should make a live example in codepen or some other live version people can see in their own browsers (probably in a separate post)
ἔρως
ἔρως5mo ago
also, try to check if this happens when you start firefox in safe mode: https://support.mozilla.org/kb/Safe+Mode

Did you find this page helpful?