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
Summary
Currently this SDK uses Axios and axios is not supported in many edge service like Cloudflare workers and vercel edge(might support now they have migrated to node again). But for Cloudflare worker this is a issue.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
I'm suggesting you to use a fetch adapter e.g @haverstack/axios-fetch-adapter which adds fetch instead of Axios inbuilt request adapter. This will fix the cloudflare workers/pages deployment issue.
I'm submitting a ...
[x] feature request
Summary
Currently this SDK uses Axios and axios is not supported in many edge service like Cloudflare workers and vercel edge(might support now they have migrated to node again). But for Cloudflare worker this is a issue.
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
I'm suggesting you to use a fetch adapter e.g @haverstack/axios-fetch-adapter which adds fetch instead of Axios inbuilt request adapter. This will fix the cloudflare workers/pages deployment issue.
The text was updated successfully, but these errors were encountered: