-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Comments
I am also facing this, would be great to get a resolution as soon as possible |
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? |
I can see this error as well when I click fast on Links. It's probably an unfinished prefetch of the page. |
I am also facing the same issue. |
I also facing the same error. It throws on page load. |
Any other solutions other then clearing cache does anyone found yet ? |
This comment has been minimized.
This comment has been minimized.
Getting thousands of these errors from iOS users. Is this an RSC thing? NextJS thing? |
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)
Verify 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
The text was updated successfully, but these errors were encountered: