Skip to content

未处理的拒绝

UnhandledRejection:Astro 检测到未处理的拒绝。这是堆栈跟踪:
STACK

¥UnhandledRejection: Astro detected an unhandled rejection. Here’s the stack trace:
STACK

¥What went wrong?

Astro 找不到任何代码来处理被拒绝的 Promise。确保你的所有 promise 都有 await.catch() 处理程序。

¥Astro could not find any code to handle a rejected Promise. Make sure all your promises have an await or .catch() handler.

Astro 中文网 - 粤ICP备13048890号