为什么next js 14不渲染错误边界?

问题描述 投票:0回答:1

所以我故意删除Firebase提供的auth token以使服务器崩溃。它成功崩溃并在屏幕上显示错误,但奇怪的是我的应用程序目录中包含一个 error.tsx ,该目录应该在这种情况下呈现。

遗憾的是没有,我不知道为什么?

请大家帮忙解决这个让我困惑的问题

附上一些屏幕截图,以帮助理解问题

The errors rendered on the screen

The code and file structure

多次尝试重启服务器,均无效。 浏览了 Next JS 文档,没有任何与此相关的场景

typescript firebase next.js firebase-authentication middleware
1个回答
0
投票

您确定将代码包装在 ErrorBoundary 中吗? 在此输入图片描述

© www.soinside.com 2019 - 2024. All rights reserved.