Next.js Discord

Discord Forum

DOMException [AbortError]

Unanswered
Ichneumonid wasp posted this in #help-forum
Open in Discord
Ichneumonid waspOP
DOMException [AbortError]: This operation was aborted
at Object.fetch (node:internal/deps/undici/undici:11457:11)
DOMException [AbortError]: This operation was aborted
at Object.fetch (node:internal/deps/undici/undici:11457:11)


Please how can i resolve this issue on my nextjs project.

What can cause it ?.

And hope it doesn't affect the application during production or so

1 Reply

That is weird, AbortError only happens when you abort a fetch request with signal. If you're not using it, that shouldn't be happening
Can you provide a minimal reproducible repository?