Why does my homepage suddenly return to this? And it's only for a period of time, not before, other pages won't appear #86922
Unanswered
hexiaochen666
asked this question in
Help
Replies: 2 comments
-
|
Intermittent errors that self-resolve are often caused by:
Debug steps: // Add error boundary to catch actual error
class ErrorBoundary extends React.Component {
componentDidCatch(error, info) {
console.error('Caught:', error, info);
}
render() { return this.props.children; }
}Also upgrade to latest 14.2.x ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is a cached RSC response, for what should be an HTML response. Can often happen if you have a CDN that caches |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Why does my homepage suddenly return to this? And only for a period of time, not before, other pages will not appear. I didn't make any changes, it suddenly happened and I recovered on my own after an hour.ge suddenly return to this? And it's only for a period of time, not before, other pages won't appear。

next: 14.2.26
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions