Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The page is breaking after revalidation in Next.js 13 when in app route mode, resulting in a blank white page. #57058

Closed
1 task done
sinaprgm1376 opened this issue Oct 19, 2023 · 4 comments
Labels
examples Issue was opened via the examples template. locked

Comments

@sinaprgm1376
Copy link

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 10 Enterprise
Binaries:
  Node: 19.4.0
  npm: N/A
  Yarn: N/A
  pnpm: N/A
Relevant Packages:
  next: 13.5.6
  eslint-config-next: 13.5.5
  react: 18.2.0
  react-dom: 18.2.0
  typescript: N/A
Next.js Config:
  output: N/A

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

@sinaprgm1376 sinaprgm1376 added the examples Issue was opened via the examples template. label Oct 19, 2023
@Shubhdeep12
Copy link

Please add a codesandbox link, that would be helpful

@pma9
Copy link

pma9 commented Oct 19, 2023

#56018

@balazsorban44
Copy link
Member

Copy link
Contributor

github-actions bot commented Nov 4, 2023

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.

@github-actions github-actions bot added the locked label Nov 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue was opened via the examples template. locked
Projects
None yet
Development

No branches or pull requests

4 participants