Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞] from create qwik latest, Vercel Edge Adapter breaks build - RollupError: Cannot bundle Node.js built-in "stream" imported from @supabase #5406

Closed
skhiter opened this issue Nov 8, 2023 · 0 comments · Fixed by #5414
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working

Comments

@skhiter
Copy link

skhiter commented Nov 8, 2023

Which component is affected?

Qwik Runtime

Describe the bug

I'm trying to deploy my project locally on the Vercel preview using the Vercel Edge adapter. With the @supabase dependency to manage the database and authentication. I have the latest version of Qwik installed ([email protected]) and the : @supabase/[email protected] and @supabase/[email protected]

Reproduction

https://stackblitz.com/edit/qwik-starter-ewt4at?file=package.json

Steps to reproduce

Run npm install followed by npm run build

System Info

System:
    OS: macOS 13.4.1
    CPU: (10) arm64 Apple M1 Max
    Memory: 40.07 GB / 64.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/bin/node
    Yarn: 1.22.19 - ~/.nvm/versions/node/v18.12.1/bin/yarn
    npm: 8.19.2 - ~/.nvm/versions/node/v18.12.1/bin/npm
    pnpm: 8.10.2 - ~/Library/pnpm/pnpm
  Browsers:
    Chrome: 119.0.6045.105
    Safari: 16.5.2
  npmPackages:
    @builder.io/qwik: ^1.2.17 => 1.2.17 
    @builder.io/qwik-city: ^1.2.17 => 1.2.17 
    undici: 5.22.1 => 5.22.1 
    vite: 4.4.7 => 4.4.7

Additional Information

No response

@skhiter skhiter added STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant