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 AWS Lambda on Nuxt 3 with Nitro ### Reproduction Install a new version of Nuxt 3 Build for AWS Lambda Deploy using sls deploy ### Describe the bug...

Reference: #110 > @[warflash](https://github.com/warflash) > Cloudflare pages for static assets + [functions](https://blog.cloudflare.com/cloudflare-pages-goes-full-stack/) for ssr and dynamic content would be awesome!

preset proposal

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

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

bug

### 🔗 Linked issue https://github.com/nuxt/framework/issues/5947, possibly https://github.com/nuxt/framework/issues/3803. ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking...

bug

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

enhancement

### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) -...

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

pending
preset:aws-lambda-edge

### Environment nitro: 0.4 node: 16 `nitro config` ````ts export default defineNitroConfig({ }) ```` ### Reproduction `server/api/index.ts` `````ts export default defineEventhandler((event) => { const test = {test: 'foo', query: useQuery(event)}...