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

Hi, When running `NITRO_PRESET=cloudflare pnpm build` I get: ``` ERROR Rollup error: Cannot resolve "xxx/node_modules/.pnpm/[email protected]/node_modules/unenv/runtime/node/buffer/index.mjs" from "xxx/node_modules/.pnpm/[email protected]/node_modules/h3/dist/index.mjs" and externals are not allowed! ERROR Cannot resolve "xxx/node_modules/.pnpm/[email protected]/node_modules/unenv/runtime/node/buffer/index.mjs" from "xxx/node_modules/.pnpm/[email protected]/node_modules/h3/dist/index.mjs" and externals...

   Forwarded from downstream issue: - https://github.com/nuxt/framework/issues/5382 by @izure1 ### Environment ``` - Operating System: `Windows_NT` - Node Version: `v16.15.0` - Nuxt Version: `3.0.0-rc.3` - Package Manager: `[email protected]` - Builder: `vite`...

   Forwarded from downstream issue: - https://github.com/nuxt/framework/issues/5003 by @manniL ### Environment RootDir: /sandbox Nuxt project info: ------------------------------ - Operating System: `Linux` - Node Version: `v14.18.1` - Nuxt Version: `3.0.0-rc.3` - Package...

ESBuuild decorator support is not landed yet (https://github.com/evanw/esbuild/issues/104#issuecomment-1100130046). We can support an experimental flag to enable decorators using `rollup-plugin-typescript2`. Other solution is swc. (https://github.com/vitest-dev/vitest/issues/708#issuecomment-1118628479) Reference: https://github.com/nuxt/framework/issues/5299

### Environment Tried Node 14,16,18 OS: Mac OS 12.3 ### Reproduction Nuxt-App with no changes ### Describe the bug firebase.json ```json { "functions": { "source": ".output/server" }, "hosting": { "public":...

Built with node and a minimal generated docker image: - Default: Only generate `Dockerfile` - Build option provided: Try to also build an image using the local `docker` client CLI...

preset proposal
p2-nice-to-have

After successfully deploying Nuxt 3 to Firebase using the Nitro Firebase build preset, I noticed that the Firebase Function name generated through `nuxi build` is 'server' by default. Firebase allows...

Is it possible to add middleware for special routes?

expose swagger compatible API from dev server based on handler defenitions.

enhancement

### Environment node: v14.18.1 ### Reproduction // REPRODUCTION REPO https://github.com/rendomnet/nuxt3-firebase just change the project-id "project-name" in firebase.json and .firebase.rc I'm following this QUICK-START guides. nuxt-3 https://v3.nuxtjs.org/getting-started/quick-start Firebase https://nitro.unjs.io/deploy/providers/firebase.html ``` npx...