This issue is rising in my next.js application (ts based project) where I am using shipengine in route.ts file, working fine in local, but failing in build and production.
I rectified and found that it is coming from sendRequest function from client folder, where that is behind the scenes using isomorphic.node which is importing AbortController from abort-controller.
Please do solve this issue!