You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: