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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev server hanging when serving multiple blobs locally #14

Closed
atinux opened this issue Mar 7, 2024 — with Volta.net · 2 comments
Closed

Fix dev server hanging when serving multiple blobs locally #14

atinux opened this issue Mar 7, 2024 — with Volta.net · 2 comments
Labels
bug Something isn't working upstream

Comments

Copy link
Contributor

atinux commented Mar 7, 2024

Need to create a reproduction for Nitro to find the root cause.

If we have at least 2 images and we display them in the UI, making two serverBlob(event, pathname), the Nuxt/Nitro server hangs forever.

As a workaround, you can deploy your project and use the remote storage by running npx nuxi dev --remote

Upstream issue: cloudflare/workers-sdk#5360

@atinux atinux added the bug Something isn't working label Mar 7, 2024 — with Volta.net
@atinux atinux added the upstream label Mar 7, 2024
Copy link
Contributor Author

atinux commented Apr 2, 2024

Pending on miniflare: cloudflare/workers-sdk@main...miniflare-magic-proxy-r2

@atinux
Copy link
Contributor Author

atinux commented Apr 4, 2024

Fixed in cloudflare/workers-sdk#5491 by the amazing @dario-piotrowicz

Could not this possible as well without the help and clean reproduction from @pi0

Make sure to update your wrangler version to ^3.45.0

Testing and working well on https://github.com/Flosciante/nuxt-image-gallery

@atinux atinux closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

1 participant