DOMException [AbortError]
Unanswered
Ichneumonid wasp posted this in #help-forum
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
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,
Can you provide a minimal reproducible repository?
AbortError only happens when you abort a fetch request with signal. If you're not using it, that shouldn't be happeningCan you provide a minimal reproducible repository?