Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I use Next.js redirects as a URL shortener.
Eg. https://getinboxzero.com/github points to the Inbox Zero GitHub.
But then when a user loads the page and that link appears in the page, I get an error: "Failed to fetch RSC payload for https://www.getinboxzero.com/github"
Any idea how to disable prefetching? I tried to disabled this on
next/link
component but didn't have an effect.Additional information
No response
Example
https://github.com/elie222/inbox-zero/blob/main/apps/web/next.config.mjs
Beta Was this translation helpful? Give feedback.
All reactions