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 Operating System: Linux Node Version: v18.18.0 //

pending triage
nuxt reproduction

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

enhancement

Context: https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658 Sometimes it is useful to update runtime config in server runtime using name. Currently, it is only possible by mapping environment variables with the same (and known names)...

enhancement
discussion

Context: https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658 It can be useful for tools and modules to access the same and consistent runtime config interface , that is overridable by environment variables and possibly `updateRuntimeConfig` (https://github.com/unjs/nitro/issues/2427)....

enhancement
pending
discussion

### Environment https://github.com/Rigo-m/netlify-v2-repro ### Reproduction https://main--netlify-v2-nitro.netlify.app/ ### Describe the bug Netlify errors out with getGeneratorString is not defined when setting netlify-v2 preset ### Additional context _No response_ ### Logs _No...

pending triage

### Environment ``` System: OS: Linux 5.15 Zorin OS 16.3 CPU: (4) x64 Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz Memory: 7.39 GB / 15.51 GB Container: Yes Shell: 5.8 -...

pending triage

### 🔗 Linked issue https://github.com/unjs/nitro/issues/1894 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking...

### Describe the feature The [server routes](https://nitro.unjs.io/guide/routing) documentation is missing a basic folder structure scenario, implying you are familiar with file-based routing structure. It doesn't explain you can prefix files...

documentation

### Environment node v18.18.2 ### Reproduction - ### Describe the bug in case where `s3 - event trigger` -> runs `lambda with nitro` index.mjs ```js // router/index.ts export default defineEventHandler(async...

pending triage
preset:aws-lambda

### Environment nitro: { preset: 'firebase', firebase: { gen: 2 } } ### Reproduction Unfortunately I believe this issue likely only repros in production environments that leverage caching. I've tried...

preset:firebase
pending triage
prerender