Next.js Nextjs在开发过程中显示白色屏幕

Next.js Nextjs在开发过程中显示白色屏幕,next.js,Next.js,当我运行warn dev时,我得到以下错误 (节点:171412)未处理的PromisejectionWarning:TypeError:无法设置 在处未定义的属性“状态” xxx\my next app\node\u modules\next\dist\server\hot reloader.js:16:94 at 异步DynamicEntryPlugin.config.entry处的async Promise.all(索引0) (xxx\my next app\node\u modules\

当我运行
warn dev
时,我得到以下错误

(节点:171412)未处理的PromisejectionWarning:TypeError:无法设置 在处未定义的属性“状态” xxx\my next app\node\u modules\next\dist\server\hot reloader.js:16:94 at 异步DynamicEntryPlugin.config.entry处的async Promise.all(索引0) (xxx\my next app\node\u modules\next\dist\server\hot reloader.js:15:96) (使用
节点--跟踪警告…
显示警告的位置。) 已创建)(节点:171412)未处理PromisejectionWarning:未处理 承诺拒绝。此错误源于 没有catch块或拒绝承诺的异步函数 这不是用.catch()处理的。要终止上的节点进程,请执行以下操作: 未处理的承诺拒绝,请使用CLI标志
--未处理的拒绝=严格的
(请参阅 ). (拒绝id:32)

我一直无法解决这个问题

我的下一个版本是^10.0.4