You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you deploying your application? (if relevant)
next start
Describe the Bug
I am experiencing a problem with nextjs 13.5.6 in app route mode. I create a basic Nextjs project and created a folder named "product-category" in the "app" folder. Inside that folder, I created a file named "page.js".
When the data is updated from the API and the revalidate operation is performed on the page, if the page is reloaded with Ctrl+F5, it displays the raw HTML for everyone and essentially doesn't return a blank white screen without any correct information.(in production)
Expected Behavior
I expect that, as in previous versions and in the pages mode, the revalidate operation will be performed correctly and the page will be fully displayed.
To Reproduce
return a blank screen page
The text was updated successfully, but these errors were encountered:
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Which example does this report relate to?
nothing
What browser are you using? (if relevant)
firefox
How are you deploying your application? (if relevant)
next start
Describe the Bug
I am experiencing a problem with nextjs 13.5.6 in app route mode. I create a basic Nextjs project and created a folder named "product-category" in the "app" folder. Inside that folder, I created a file named "page.js".
When the data is updated from the API and the revalidate operation is performed on the page, if the page is reloaded with Ctrl+F5, it displays the raw HTML for everyone and essentially doesn't return a blank white screen without any correct information.(in production)
Expected Behavior
I expect that, as in previous versions and in the pages mode, the revalidate operation will be performed correctly and the page will be fully displayed.
To Reproduce
return a blank screen page
The text was updated successfully, but these errors were encountered: