The server could not finish this Suspense boundary, likely due to an error during server rendering.
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
So I have this error that shows up in my error logs (Sentry) quite often, but I only see it on production.
Now it does not affect users at all. But I have no idea where this comes from or what I could do.
My suspicion is I have a route with a layout and page. Now in that page I do a redirect to another route. So perhaps the redirect interrupts some sort of process?
I also notice errors in the console that quickly disappear:
Failed to fetch RSC payload for [some-other-url-on-the-page]. Falling back to browser navigation. TypeError: Failed to fetch
Anyway any helpful tips would be welcomed....
Now it does not affect users at all. But I have no idea where this comes from or what I could do.
My suspicion is I have a route with a layout and page. Now in that page I do a redirect to another route. So perhaps the redirect interrupts some sort of process?
I also notice errors in the console that quickly disappear:
Failed to fetch RSC payload for [some-other-url-on-the-page]. Falling back to browser navigation. TypeError: Failed to fetch
Anyway any helpful tips would be welcomed....
2 Replies
Black and yellow mud dauber
@Sun bear did you find a solution to this?
@Black and yellow mud dauber <@357263776900448258> did you find a solution to this?
Sun bearOP
Unfortunately not, and its one of those things that disappeared after some time due to many changes haha. So no idea what fixed it in the end.