Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

My SSR website shows a flash of unstyled content ONLY on FF, I think it's a bug with FF

  • No replies
  • 1 has this problem
  • 12 views
more options

As you can see on this page https://economy.id.com.au/monash/population?WebID=10

FF renders the page with a FOUC (more evident when you open the devtools)

This is a server side rendered page built with Next.js

What makes me think it's a bug is when you examin the response from the call to the document you can see the page is properly rendered but for some weird reason FF still redraws the page with a FOUC.

Any help appreciated! (check screengrab attached)

As you can see on this page https://economy.id.com.au/monash/population?WebID=10 FF renders the page with a FOUC (more evident when you open the devtools) This is a server side rendered page built with Next.js What makes me think it's a bug is when you examin the response from the call to the document you can see the page is properly rendered but for some weird reason FF still redraws the page with a FOUC. Any help appreciated! (check screengrab attached)
Attached screenshots