We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
serverBlob(event, pathname)
As a workaround, you can deploy your project and use the remote storage by running npx nuxi dev --remote
npx nuxi dev --remote
Upstream issue: cloudflare/workers-sdk#5360
The text was updated successfully, but these errors were encountered:
Pending on miniflare: cloudflare/workers-sdk@main...miniflare-magic-proxy-r2
Sorry, something went wrong.
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
wrangler
^3.45.0
Testing and working well on https://github.com/Flosciante/nuxt-image-gallery
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: