-
Notifications
You must be signed in to change notification settings - Fork 14
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
/build/null in Chrome #86
Comments
Hey @sotasan! I believe this is actually a bug in the Qwik core service worker. It seems to make an extra null fetch when it shouldn't be. I would make an issue in the Qwik repo for this. Also side note: I would explicitly mention the Qwik core service worker, as there is another implementation in Qwik City that is being deprecated in the near future. |
Okay thanks, I have created the Issue in QwikDev/qwik#6088. |
Thanks for that! I will go ahead and investigate this in core. Closing here. |
@sotasan I have made a PR for a fix in core 😄 |
Thanks for fixing the Issue! |
After creating a new Astro project and adding Qwik, I have added the example Counter:
After interacting with it in the production build, it fetches the framework and component correctly. But in only in Chrome it also tries to load
http://localhost:4321/build/null
, otherwise the component is working correctly:The text was updated successfully, but these errors were encountered: