nitro icon indicating copy to clipboard operation
nitro copied to clipboard

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

Results 298 nitro issues
Sort by recently updated
recently updated
newest added

### Environment - Nitro 2.9.5 - Node.js 18.19.1 ### Reproduction Hopefully this is understandable by my description of the bug. If not, I can make a simple reproduction later on....

needs reproduction
pending triage

### Environment n/a ### Reproduction https://stackblitz.com/edit/github-uhgm3j-qvnqae?file=server%2Fapi%2Ftest.post.ts ### Describe the bug Observe how calling the endpoint in server route with `$fetch` works correctly, and how it breaks with `event.$fetch` by returning...

pending triage
nuxt reproduction

   Forwarded from downstream issue: - https://github.com/nuxt/nuxt/issues/20699 by @jiangmaniu ### Describe the feature The current `devProxy` can only set parameters of the [`ServerOptions`](https://github.com/http-party/node-http-proxy#options) type. I want to add some additional operations...

enhancement
proxy

When building Nitro-based projects, we can gather information about build/deployment and make it universally accessible with a unified API across deployment providers. - `manifest.buildId`: Auto-generated during the build - `manifest.deploymentId`:...

enhancement
discussion

### Describe the feature https://vercel.com/docs/deployments/skew-protection **Example implementation**: https://github.com/sveltejs/kit/pull/11987 ### Additional information - [X] Would you be willing to help implement this feature?

enhancement
pending
preset:vercel
vendor-specific

ioredis is a peer dependency of unstorage, but it is a dependency of nitro despite it not being used. The docs of unstorage say you should install ioredis if you...

### 🔗 Linked issue Closes #2444 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a...