Critical bug in NextJS v14.2.6
Unanswered
Chalcid wasp posted this in #help-forum
Chalcid waspOP
I have created my app in NextJS (v14.2.6) with App Router and I have deployed it (dockerized) in App Platform Digital Ocean.
At random times it shows in the browser the following instead of the page:
b:I[39275,[],""]
d:I[61343,[],""]
f:I[20405,["601","static/chunks/app/error-db8d0ec24f5e26cb.js"],"default"]
2:T880,Ξ�Ξ½ ΞΊΞ±ΞΉ Ξ� ΞΟ�Ξ΅Ο�Ξ΅ Ξ� ΞΊΞ±ΞΉ Ο�ΞΉΞΌΞΏΟ�ΞΏΞΉΞ�Ο�Ξ ......... (200 lines with these characters)
It's like it prints the page source code instead of running it.
I don't receive any error in Sentry and there isn't any issue in dev mode.
At random times it shows in the browser the following instead of the page:
b:I[39275,[],""]
d:I[61343,[],""]
f:I[20405,["601","static/chunks/app/error-db8d0ec24f5e26cb.js"],"default"]
2:T880,Ξ�Ξ½ ΞΊΞ±ΞΉ Ξ� ΞΟ�Ξ΅Ο�Ξ΅ Ξ� ΞΊΞ±ΞΉ Ο�ΞΉΞΌΞΏΟ�ΞΏΞΉΞ�Ο�Ξ ......... (200 lines with these characters)
It's like it prints the page source code instead of running it.
I don't receive any error in Sentry and there isn't any issue in dev mode.
21 Replies
@Chalcid wasp I have created my app in NextJS (v14.2.6) with App Router and I have deployed it (dockerized) in App Platform Digital Ocean.
At random times it shows in the browser the following instead of the page:
b:I[39275,[],""]
d:I[61343,[],""]
f:I[20405,["601","static/chunks/app/error-db8d0ec24f5e26cb.js"],"default"]
2:T880,Ξ�Ξ½ ΞΊΞ±ΞΉ Ξ� ΞΟ�Ξ΅Ο�Ξ΅ Ξ� ΞΊΞ±ΞΉ Ο�ΞΉΞΌΞΏΟ�ΞΏΞΉΞ�Ο�Ξ ......... (200 lines with these characters)
It's like it prints the page source code instead of running it.
I don't receive any error in Sentry and there isn't any issue in dev mode.
does this occur on the previous version? the code you're seeing is the rsc page's render output that the client side js will use to render when navigating into that rsc page:
couldn't seem to find any related issues on github either
Chalcid waspOP
No I didn't have any issue in the previous version
When I navigate to the page, it renders the code instead of the ui components
can you show the networks tab of devtools when doing that?
Chalcid waspOP
The same issue occured in v13.4.5 -> https://github.com/vercel/next.js/issues/54750
It's not easy to recreate this issue, it's random
Chalcid waspOP
No I haven't because something is broken in v14.2.6 so maybe the same issue will be occurred in v14.2.7
This bug should be reported in order to be fixed in v14.2.8
i mean, perhaps they have fixed the issue in the next version?
the v14.2.6 seemed to only contain very small changes though, ig that bug occured way back before v14.2.6
Chalcid waspOP
I didn't find any submitted discussion for this issue
The most recent subbmited is in version that I posted (v13.4.5)
Yes maybe it was random that this issue wasn't occurred in v14.2.5
you should try the newest version and perhaps the canary as well, then you could file a bug if the problem persists
Chalcid waspOP
Yes, I'll upgrade to v14.2.7
Ojos Azules
@Chalcid wasp did you still experience this issue?
Chalcid waspOP
I moved my app from Digital Ocean to an other provider