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 Node: LTS Nitro: 0.5.1 ### Reproduction 1. Clone https://github.com/manniL/nitro-485 2. Run `pnpm i --shamefully-hoist` 3. Run `pnpm dev` 4. See `{ "data": "This is a test file" }`...

### Environment Operating System: macOs 12.5.1 (21G83) Node Version: v16.11.1 Nuxt Version: 3.0.0-rc.6 Package Manager: [email protected] Builder: vite ### Reproduction https://stackblitz.com/edit/github-usfnbu ### Describe the bug If a middleware.ts file is...

### Environment Operating System: Windows_NT Node Version: v16.11.1 Nuxt Version: 3.0.0-rc.9 Package Manager: [email protected] Builder: vite User Config: - Runtime Modules: - Build Modules: - ### Reproduction Lack: `.output\server\node_modules\vue\server-renderer\index.js` ###...

### Environment node v16.17.0 (npm v8.15.0) Deployed to Cloudflare Pages via Github Set Nitro Preset to cloudflare_pages Nuxt3-RC.10 (Had the same issue with RC.9) ### Reproduction https://github.com/daver987/quote-pricing-form.git ### Describe the...

### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.15.1` - Nuxt Version: `3.0.0-rc.8` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`, `css`, `vite`, `typescript`, `modules`,...

typescript

### Environment Nitropack: 0.4.24 Node: v14.18.2 ### Reproduction Try to listen to a websocket in the server and run the server via nitropack dev server ### Describe the bug No...

enhancement

Initially, I called them presets because they are a preset configuration that uses the right entry point and configuration per platform. Projects with similar multi-provider functionality (sveltekit and Astro) call...

enhancement
discussion

### Environment WSL (Ubuntu 20.4) (also tested on classic windows) Nitro repo from commit https://github.com/unjs/nitro/commit/d1d1015228f5297741951e596079900816241f50 ### Reproduction 1. Create a folder `temp space` 2. `cd` into it 3. Clone the...

### Environment latest stackblitz ### Reproduction https://stackblitz.com/edit/github-cwdzfl-he3tmt ### Describe the bug Any dynamic auto-imports that are added via `modifyDynamicImports` are not included in `nitro.d.ts` so we don't get type help...

upstream