Failed to fetch RSC payload #1246
Unanswered
jd-carroll
asked this question in
Q&A
Replies: 1 comment
-
I've unfortunately not seen this issue so far … In case you can provide a public repository and reproduction steps, I'd be happy to have a look! |
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
-
Note: This is likely a configuration issue of my own making, but I am struggling to pin-point where I have gone wrong.
Anecdotally (cannot say for certain), it feels as though ever since I started using
next-intl
with domain specific routing I started getting errors which look like:Notably, it is inconsistent. First, it is happening primary when I run
next dev
locally, but we are in such active development I have not been able to spend enough time with the deployed site to guarantee it is not happening there.Second, it seems like it is only happening on the first request... So from the example above, any consecutive requests to
https://localho.st:5020/sign-up/family
typically work.Configuration
My middleware configuration looks like:
The matcher config in my
middleware.ts
file looks like:App router
We are using the app router on [email protected] and the NextLink looks like:
My directory structure looks like:
Questions
/[locale]/sign-up/family
(where the locale is replaced with correct value.I do see the incoming request from next and it compiles successfully:
Beta Was this translation helpful? Give feedback.
All reactions