"missing required error components, refreshing..." when building in production #52633
Unanswered
DanielPantle
asked this question in
Help
Replies: 1 comment 3 replies
-
Did you figure out a solution? For me, this was caused by using I used |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hello together,
I am trying to upgrade my next.js app from version 12 to 13. I use a webhosting provider with plesk and I use TailwindCSS in my application.
When building the app in production and starting it, I get the following error when accessing the page:
missing required error components, refreshing...
In the console, the following network error is logged approx. every second:
XHRGET https://.../ [HTTP/1.1 500 Internal Server Error 46ms]
The reply contains the error text from above.
As a start file, I tested
node_modules/.bin/next
andnode_modules\next\dist\bin\next
. For next.js 12, only the first one worked.When building the app with development environment, everything works fine.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions