Open joshdchang opened 1 year ago
Is it a bun only issue? Did you try with a different adapter?
Is it a bun only issue? Did you try with a different adapter?
I tried on node and cloudflare-pages, neither of which had an issue.
This seems like an issue in Bun?
Which component is affected?
Qwik City (routing)
Describe the bug
When using the Bun adapter, whenever you try to capture a
Form
using arouteAction$
, it fails, giving the following error. This only occurs usingbun run serve
. The dev server works fine.This is the entire code for the page (Tailwind classes omitted for clarity):
See the reproduction
Reproduction
https://github.com/joshdchang/qwik-bug
Steps to reproduce
bun run build
bun run serve
System Info
Additional Information
No response