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

Failed to fetch RSC payload for <url> Falling back to browser navigation. TypeError: Failed to fetch #60549

Open
1 task done
imNotTheDevYouAreLookingFor opened this issue Jan 12, 2024 · 11 comments
Labels
bug Issue was opened via the bug report template.

Comments

@imNotTheDevYouAreLookingFor

Link to the code that reproduces this issue

https://codesandbox.io/p/devbox/github/vercel/next.js/tree/canary/examples/reproduction-template

To Reproduce

Seems like this can be reproduced on any nextjs site but used nextjs.org as an example:
1 Go to https://nextjs.org/docs
2 Open console and click "preserve log"
3 Spam cmd+shift+r
4 Look at error messages

Current vs. Expected behavior

This issue seem to exist in all nextjs sites and it's causing cpu spikes in the server (at least for us)
Screenshot 2024-01-12 at 09 00 55

Verify canary release

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

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112
Binaries:
  Node: 20.1.0
  npm: 9.6.4
  Yarn: 1.22.19
  pnpm: N/A
Relevant Packages:
  next: 14.0.4
  eslint-config-next: 13.0.0
  react: 18.2.0
  react-dom: 18.2.0
  typescript: N/A
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Not sure

Which stage(s) are affected? (Select all that apply)

Other (Deployed)

Additional context

No response

@imNotTheDevYouAreLookingFor imNotTheDevYouAreLookingFor added the bug Issue was opened via the bug report template. label Jan 12, 2024
@kelvinCJJ
Copy link

I am also facing this, would be great to get a resolution as soon as possible

@Semkoo
Copy link

Semkoo commented Jan 25, 2024

This is also happening with on the latest version of Next 14.1.0

@Semkoo
Copy link

Semkoo commented Feb 6, 2024

This is also happening with on the latest version of Next 14.1.0

Clearing the cache remove the error for me btw

@imNotTheDevYouAreLookingFor
Copy link
Author

This is also happening with on the latest version of Next 14.1.0

Clearing the cache remove the error for me btw

I guess it's just temporary though?

@Semkoo
Copy link

Semkoo commented Feb 7, 2024

This is also happening with on the latest version of Next 14.1.0

Clearing the cache remove the error for me btw

I guess it's just temporary though?

Haven't seen it since, where are you hosting your Next?

@landsman
Copy link
Contributor

landsman commented Feb 14, 2024

I can see this error as well when I click fast on Links. It's probably an unfinished prefetch of the page.

@Harit007x
Copy link

I am also facing the same issue.

@musme
Copy link

musme commented Mar 26, 2024

I also facing the same error. It throws on page load.

@vanoMekantsishvili
Copy link

Any other solutions other then clearing cache does anyone found yet ?
Thank you.

@DonikaV

This comment has been minimized.

@garrettboatman
Copy link

Getting thousands of these errors from iOS users. Is this an RSC thing? NextJS thing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template.
Projects
None yet
Development

No branches or pull requests

9 participants