Unable to build with sdk that includes axios #7330
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: ssr
Related to SSR (scope)
What version of
astro
are you using?2.6.1
Are you using an SSR adapter? If so, which one?
deno
What package manager are you using?
yarn
What operating system are you using?
mac
What browser are you using?
chrome
Describe the Bug
One of the routes includes an sdk that includes axios.
yarn build
is throwing this error:
I'm interpreting this to mean that axios is using the node version of itself and the
require('http')
is causing this error. But other than that I'm a little baffled, where is this error coming from? The main search result I can find is a bug on vite.Participation
The text was updated successfully, but these errors were encountered: