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 357 nitro issues
Sort by recently updated
recently updated
newest added

### Environment https://nitro.unjs.io/config ### Reproduction https://nitro.unjs.io/config ### Describe the bug Hi, i did not verify which component yet but the sidebar on the configuration page is missing a scrollbar (with...

documentation

### Environment nitropack v0.5.4, no extra config ### Reproduction Given the following plugin: ```ts // plugins/test.ts export default defineNitroPlugin(nitroApp => { nitroApp.h3App.use('/', () => console.log('Middleware ran')) console.log('Plugin registered') }) ```...

bug
documentation
workaround available

### Environment Nuxt 3.0.0-rc.10-27718444.40d0907 with Nitro 0.5.2-27718085.c24dbcf Cloudflare pages with functions ### Reproduction https://stackblitz.com/edit/github-dxg5qg?file=server/api/customer.get.js ### Describe the bug Deployment of my Nuxt 3 app that contains following folder server folder...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### Environment Nitro: 0.5.4 Node: 16.14.2 ### Reproduction https://stackblitz.com/edit/nitro-8ovcqq?file=routes/one/%5Ba%5D.json.ts ### Describe the bug #### `/routes/[a].json.js` **URL:** `/foo.json` **Expected params:** `{ "a": "foo" }` **Actual params:** `{ "a.json": "foo.json" }` ####...

bug

### Environment [email protected] $ node --version v16.17.0 ### Reproduction Follow the example of unstorage https://github.com/unjs/unstorage#making-custom-drivers I used the original memory driver as "custom driver" ```js import { defineDriver } from...

enhancement
p2-nice-to-have
storage

### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.13.2` - Nuxt Version: `3.0.0-rc.11` - Nitro Version: `0.5.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-`...

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103 Will depend on https://github.com/nodejs/node/pull/44180. https://github.com/unjs/nitro/blob/main/src/runtime/renderer.ts

### Environment Nuxt 3.0.0-rc.9 with Nitro 0.5.0 ### Reproduction I build the Nuxt app with aws-lambda deployment setting and configured Amazon API Gateway proxy integration to work with this lambda...

Context: https://github.com/unjs/nitro/pull/357#issuecomment-1247562089, https://github.com/unjs/nitro/issues/504 Currently we cover AWS v1, AWS v2 and Netlify, but not all responses are valid between the different versions. (We could also return different returns based on...