You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will show the error page, so I write wrong code to show the error page and to run 'shell' . server render error and this error do not mount error component
@timneutkens Thanks for taking care of this ❤️ . I can remove my hack:
- // Only render the error message on the server.- // Next.js append the server side and client side version.- // We don't want to display both.- if (statusCode !== 404 && process.browser) {- return null- }
production next build && next start
I will show the error page, so I write wrong code to show the error page and to run 'shell' . server render error and this error do not mount error component
server/render.js fn: doRender
_error.js
index.js
page show this
show twice
What am I supposed to do
The text was updated successfully, but these errors were encountered: