QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.45k stars 1.26k forks source link

[🐞] 404s are thrown when interacting with the page in dev mode with the PrefetchServiceWorker #6603

Closed DustinJSilk closed 1 week ago

DustinJSilk commented 1 week ago

Which component is affected?

Qwik Runtime

Describe the bug

When interacting with an element, Qwik attempts to fetch the files associated with the interaction which is failing in dev mode and throwing 404s. See the screenshot below and the steps to reproduce.

Screenshot 2024-06-25 at 12 40 39

Reproduction

https://github.com/DustinJSilk/qwik-prefetch-missing-symbol

Steps to reproduce

$ pnpm i

$ pnpm start

Hover over the page link and you'll see a few 404 errors.

System Info

n/a

Additional Information

No response