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

### Describe the feature Following https://github.com/nuxt/nuxt/issues/22106, I would like to have `import.meta.glob("./migrations/*.ts")` available in Nitro apps, in particular in Nuxt server handlers. As I elaborated in #1670, this should be...

enhancement

### Describe the feature ``` routeRules: { '/card/:contributor.png': { proxy: '/__og-image__/image/:contributor/og.png' }, '/:contributor/__og_image__/og.png': { redirect: '/card/:contributor.png' }, } ``` ### Additional information - [ ] Would you be willing to...

pending triage

### Describe the feature ## Description of the issue We're working on a Nuxt site using Azure blob storage for the caching layer. We're hitting cache collisions with preview environments...

pending triage

### Environment Preset: node-server Nitro: 2.9.6 Node: v18.18.0 (Stackblitz) / v20.5.1 ### Reproduction The chat example from crossws. No websocket logs are printed and the ping button doesn't work either....

pending triage

### Describe the feature I learned about Nitro today. I see it has SQL Database support as well as experimental service worker target. Does SQL support work in SW? If...

pending triage

### Environment - Operating System: Windows_NT - Node Version: v21.7.2 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...

pending triage

### Environment ``` nitropack: 2.9.6 ``` ### Reproduction https://stackblitz.com/edit/github-xaqmuq?file=nitro.config.ts ### Describe the bug Setting `cors: true` to does not work: ```ts routeRules: { '/**': { cors: true, }, }, ```...

pending triage

### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v20.12.0 - Nuxt Version: 3.11.1 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

pending triage

### Describe the feature Elevating https://github.com/unjs/nitro/pull/1162/files#r1173842179 to an issue: It would be great if `/_nitro/swagger` could make use of a locally available `swagger-ui-dist` instead of pulling it from `jsdeliver.net`. ###...

enhancement
discussion
openapi

### Describe the feature Hi, When using mongoose together with Nuxt 3/nitro you often run into the issue that your models are tree-shaken out of your final build. Leading to...

pending triage