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

## Describe the feature relates nuxt/nuxt#20195 The examples in the above discussions are fairly common, maybe provide a function to escape? ### Additional information - [X] Would you be willing...

enhancement
discussion
workaround available

### Environment Node v18.18.1 Nuxt 3.9.3 ### Reproduction https://nitro.unjs.io/config ### Describe the bug In the section of the documentation describing `autoSubfolderIndex`, the example has the wrong casing with the 'F'...

documentation
pending triage

### Describe the feature ### Context In addition to the response code "200" and description "OK" in the OpenAPI Specification I would love to see the return types of a...

pending triage

### Environment node 18.9.1 nitro 2.9.3 ### Reproduction https://github.com/SevInf/nitro-exports-order-bug/ ### Describe the bug Export and import maps inside of `package.json` can specify conditional exports for different environments. For example: ```json...

pending triage

### Describe the feature ``` export default defineNitroConfig({ database: { default: { connector: 'sqlite', options: { name: 'db' } }, users: { connector: 'postgresql', url: 'postgresql://username:password@hostname:port/database_name' } } }) ```...

pending triage

### Environment Latest nitro, Node 20 ### Reproduction https://stackblitz.com/edit/github-qmagwv ### Describe the bug Variables with the `NITRO` prefix defined in .env files are not replacing variables that are undefined/null in...

enhancement
discussion

### Environment - node 18.17.1 - nitro 2.7.2 - postgres 3.4.0 - drizzle 0.29.0 ### Reproduction all code is [here](https://github.com/SPLRGE/vexa-jobs) on powershell, run.. ```bash $env:NITRO_PRESET='cloudflare' pnpm run build ``` ###...

preset:cloudflare
pending triage

### Describe the feature Request context is empty when Nitro deployed with Cloudflare: ``` export default defineNitroPlugin((nitro) => { nitro.hooks.hook("request", ({ context }) => { console.log(context) // it's empty })...

pending triage

### Describe the feature Related: https://github.com/nuxt/nuxt/issues/19411 It'd be nice to have a way to enable compression not only for static assets but also dynamic responses via Nitro's `node-server` preset. ###...

enhancement
p2-nice-to-have

### Describe the feature Would it be possible to have something like `devHandlers` but that run during the prerender as well, but are excluded from the production bundle? My specific...

pending triage