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

Implemented in #1789 (from #1788) We shall add basic usage docs. /cc @Barbapapazes

documentation
module

### Describe the feature ``` defineRouteMeta({ openAPI: { tags: ["test"], description: "Test route description", requestBody: { required: true, content: { "application/json": { description: "Payload", summary: "Payload", schema: SomeInputSchemaJson, examples: {...

pending triage

   Forwarded from downstream issue: - https://github.com/nuxt/nuxt/issues/19933 by @koronowicz ### Environment Nuxt 3.3.2, SSR, ```netlify-edge``` preset ### Reproduction Clear installation of Nuxt deployed to Netlify with ```preset: 'netlify-edge'``` ### Describe the...

bug
preset:netlify-edge

If the nitro context isn't already initialized, it will be initialized, rather than error. ### πŸ”— Linked issue ### ❓ Type of change - [ ] πŸ“– Documentation (updates to...

needs reproduction

Currently tests collide as they set to same `.data` dir

test
chore

### Describe the feature Currently we can add public assets directories but not individual files which seems straight forward to add improving DX along the way. My suggestion is creating...

pending triage

### Environment nitropack: 2.9.6 ### Reproduction - ### Describe the bug Environment variables dont seem to work on Cloudflare: ```ts export default defineNitroConfig({ runtimeConfig: { myVar: '' }, }); ```...

pending triage

Context: https://github.com/nuxt/nuxt/issues/13587 This error often happens randomly with dev server running in a container.

needs investigation

### πŸ”—Linked issue [#2478](https://github.com/unjs/nitro/issues/2478) ### ❓Type of change - [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...

### Describe the feature The current `azure-functions` preset still uses the old Azure function runtime programming model which does not support HTTP Streaming. In the Azure Function V4 runtime support...

pending triage