Back to Withastro

Unhandled rejection

src/content/docs/en/reference/errors/unhandled-rejection.mdx

latest336 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

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

What went wrong?

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