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
The SDK will throw an exception if used in a Cloudflare Worker:
Error: AxiosError
Reason: No suitable adapter to dispatch the request. Adapter xhr is not supported by the environment and adapter http is not available in the build.
Code: ERR_NOT_SUPPORT
Status: null
Level: error
I don't believe Axios is supported via Workers. A solution may be to use direct http fetch requests instead of Axios.
The text was updated successfully, but these errors were encountered:
The SDK will throw an exception if used in a Cloudflare Worker:
I don't believe Axios is supported via Workers. A solution may be to use direct http fetch requests instead of Axios.
The text was updated successfully, but these errors were encountered: