NextJS is showing page source randomly instead of UI components
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.