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

### Environment npm: 8.6.0 (reproduction requires npm7+) node: v16.11.0 nitro config (in nuxt.config.ts) : ``` nitro: { preset: 'firebase' } ``` ### Reproduction https://github.com/hecateball/nitro-firebase ### Describe the bug When I'm...

A quick guide in advanced section about preset creation probably and ideally an starter template for POC. Adding a contribution guide also for steps. - The issue to ask for...

documentation

### Environment Nitropack: `0.4.8` Node: `16.11.0` ### Reproduction `nitro.config.ts` ```ts import { defineNitroConfig } from 'nitropack' export default defineNitroConfig({ autoImport: { dirs: [ "./utils" ], } }) ``` ### Describe...

### Environment Nitropack: `0.4.8` Node: `16.11.0` ### Reproduction N/A ### Describe the bug As shown at https://github.com/unjs/nitro/blob/main/src/cli.ts#L22 - there is the code avaliable to allow users to pick a custom...

### Environment |software|version| |--|--| |nitropack|0.4.0 (latest)| |Node.js|v16.14.0| |Windows 11|21H2 (OS Build 22000.739)| ### Reproduction https://stackblitz.com/edit/github-vzz459 ### Describe the bug When making lots of requests to a route that has a...

https://serverless-stack.com/ https://github.com/nuxt/framework/discussions/4471

discussion
upstream

### Environment Nitro: Latest Node: v16.14.2 ### Reproduction Go to the Nitro Playground and Run `nitro dev` Or check on Stackblitz: https://stackblitz.com/github/unjs/nitro/tree/main/examples/hello-world?file=package.json ### Describe the bug No index route is...

bug

https://github.com/nuxt/framework/issues/484 https://developers.cloudflare.com/workers/cli-wrangler/configuration#modules Using this, we can natively use imports for chunks instead of using one entry (maybe behind a flag?) ~~An alternative might be using KV + eval but last...

preset proposal

History: https://github.com/nuxt/framework/pull/5042#issuecomment-1152357425, https://github.com/unjs/nitro/pull/277 We need to allow auto importing from user code in all layers (when extending from `node_modules`). But it made some regressions with auto imports (https://github.com/nuxt/framework/issues/5450) feature to...

https://nitro-deployment.vercel.app/favicon.ico OK https://nitro-deployment.pi0.workers.dev/favicon.ico 404

bug
preset:cloudflare
nuxt
p3-minor-issue