-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
COMP: DXDeveloper Experience related issueDeveloper Experience related issueCOMP: runtimeSTATUS-2: requires discussionRequires further discussion before moving forwardRequires further discussion before moving forwardTYPE: bugSomething isn't workingSomething isn't working
Description
Which component is affected?
Starters / CLI
Describe the bug
starters ship with undici: "*"
. This breaks qwik apps when serving them with node server/entry.express.js
and ssr.noExternal:true
if not on node v22 because previous versions don't have the builtin sqlite module.
Reproduction
🙅♂️
Steps to reproduce
Serve with node server/entry.express.js
and ssr.noExternal:true
System Info
🙅♂️
Additional Information
Workarounds are either:
- upgrade node to 22
- downgrade undici to 6.21.3
ssr.external: ["undici"]
We might want to set undici to 6.21.3 in the starters by default until 18 and 20 aren't supported anymore.
Metadata
Metadata
Assignees
Labels
COMP: DXDeveloper Experience related issueDeveloper Experience related issueCOMP: runtimeSTATUS-2: requires discussionRequires further discussion before moving forwardRequires further discussion before moving forwardTYPE: bugSomething isn't workingSomething isn't working
Type
Projects
Status
In progress