I’m encountering an issue with my Next.js application where it intermittently shows a blank page in Chrome. Here are the details of the problem:
Problem Description: The page loads as expected initially, but after some time, it turns into blank page.clearing the browser cache temporarily resolves the issue, but it reappears eventually.
Steps Taken:
Cleared the browser cache.
Tried loading the page in Incognito mode.(it works for a while)
Verified that the issue persists across different Chrome versions.
Checked for errors in the Chrome Developer Console, but nothing unusual was reported.
Environment:
Next.js Version: 14.2
Chrome Version: lastest version i reinstalled
Operating System: win10
What I’ve Tried:
Restarted the development server.
enter image description here
Question: Has anyone experienced similar issues with Next.js showing a blank page intermittently in Chrome? If so, how did you resolve it? Any insights or troubleshooting steps would be greatly appreciated.
Thank you!
Has anyone experienced similar issues with Next.js showing a blank page intermittently in Chrome? If so, how did you resolve it? Any insights or troubleshooting steps would be greatly appreciated.
Fiisy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.