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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悶] Failing output on Vercel Edge deployment #5789

Closed
flaming-codes opened this issue Jan 27, 2024 · 1 comment
Closed

[馃悶] Failing output on Vercel Edge deployment #5789

flaming-codes opened this issue Jan 27, 2024 · 1 comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working

Comments

@flaming-codes
Copy link

Which component is affected?

Qwik City (routing)

Describe the bug

When triggering a new deployment for a Qwik City project hosted on Vercel w/ the Vercel Edge adapter, the process completes until the final step Deploying Outputs. This then fails with the following error message:

Error: The Edge Function "_qwik-city" is referencing unsupported modules:
	- __vc__ns__/0/entry.vercel-edge.js: /vercel/path1/.vercel/output/functions/_qwik-city.func/@qwik-city-not-found-paths.js, /vercel/path1/.vercel/output/functions/_qwik-city.func/@qwik-city-static-paths.js

I encountered this issue after upgrading my dependencies (therefore using the latest Qwik + City versions).

The odd thing is, after downgrading to the latest stable version of project regarding the deployment, the build deployment output error still happens.

My last working deployment was on 24-01-2024 (snapshot). When comparing against the failing state, you can see that there are no differences (diff).

Reproduction

https://github.com/flaming-codes/flaming-codes-web

Steps to reproduce

Deploy project on Vercel.
Screenshot 2024-01-27 at 21 23 24

System Info

System:
    OS: macOS 14.3
    CPU: (10) arm64 Apple M1 Pro
    Memory: 247.84 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
    npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm
    bun: 0.1.4 - ~/.bun/bin/bun
  Browsers:
    Chrome: 116.0.5845.179
    Edge: 121.0.2277.83
    Firefox Nightly: 117.0a1
    Safari: 17.3
  npmPackages:
    @builder.io/qwik: ^1.4.0 => 1.4.2 
    @builder.io/qwik-city: ^1.4.0 => 1.4.2 
    undici: ^5.26.0 => 5.28.2 
    vite: ^5.0.11 => 5.0.12

Additional Information

No response

@flaming-codes flaming-codes added STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working labels Jan 27, 2024
@wmertens
Copy link
Member

Duplicate of #5774, fix incoming

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

No branches or pull requests

2 participants