Internal Server Error page #14730
-
When I am running nextjs if a page has a missing import or something, I get Internal Server Error page. Is there a way to customize this? I tried _error.js , but no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Jun 30, 2020
Replies: 1 comment 1 reply
-
That would typically be a build error that users would never see. Therefore as far as I know there is no customization for this as it is development mode only. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ziyaaktas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would typically be a build error that users would never see. Therefore as far as I know there is no customization for this as it is development mode only.