Pooya Parsa
Pooya Parsa
`uws` requires it's own server preset for Nitro to be supported. (because it is not based on `node:http`)
For netlify, you might use SSE (long polling) as much as know. @serhalp might give better answer if there is any plans for future WebSocket API.
Durable-ojbect support is on the progress (sorry for misleading docs, that section is not released yet)
@splitwarechef Please consider sharing a minimal reproduction with nitro 🙏🏼
Thanks for reproduction @splitwarechef 🙏🏼 (please consider using nitro only reproductions in the future not nuxt and also use new issues ) Issue is that you are calling peer method...
Can you try latest nitropack nightly? (this issue seems not affecting new allowQuery/passQuery usage)
Try this: (make sure to cleanup old/other fields and dependencies and lockfile) ```json { "name": "nitro-vercel-isr", "type": "module", "private": true, "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt...
Awesome! Yes hopefully soon, in the meanwhile pinning nightly version is almost identical to 2.13 release
`$fetch` (same as `fetch`) should work in every file without any import, this seems like a bug (but harder to reproduce, as rollup sometimes mess up with chunk orders in...
Okay, then it is most certainly a rollup chunk ordering issue. @censujiang If can still reproduce, do you think you can share a public repository? (Nuxt setup is also acceptable...