#1 — nitro server enhancements cluster
Experimental decorators support
enhancementworkaround available
Shared API context between build scope and dev/prerender runtime
enhancementdiscussion
#2 — nitro routerule inconsistencies cluster
Caching with Nitro `routeRules` breaks server/routes
pending triage
Allow forwarding `accept` header with `proxy` route rule
enhancementh3route-rules
Nitro don't understand [<params>] in routeRules...
pending triage
#3 — bun websocket issues with nitro cluster
Websocket does not work in vite dev mode with bun runtime
bunv3vite plugin
#4 — nitro proxy file download issues cluster
When using Nitro proxy, it's not possible to download files from the server's response.
needs reproductionpending triageproxy
#5 — nitro cache inconsistencies cluster
cache.maxAge and swr are not working
enhancementdiscussioncache
Cache: shouldInvalidate works same as shouldByPass
pending triagecache
#6 — nitro runtime config enhancements cluster
Use custom runtime environmental variables (instead of NITRO_ prefix)
enhancementdiscussion
Compute runtimeConfig at startup
enhancementdiscussionpending triage
Use server: {} as standard configuration namespace
documentationenhancementdiscussion
Runtime config null/undefined values not overwritten by .env values
enhancementdiscussion
#7 — nitro development errors and behavior cluster
Add a way to distinguish between server error/nonerror responses for client types
nuxtpending triagetypes
#8 — nitro preset issues cluster
Unable to use nitro routes types from another package
pending triage
using `vite-plugin-legacy` with `nitro` breaks build
pending triage
Static preset doesn't work [Nitro 3.0.1-alpha.1]
bugv3vite plugin
#9 — nitro module resolution issues cluster
Support bundling `.node` modules
enhancementworkaround availablep2-nice-to-have
Broken build if a dependency's package.json uses the production export condition
bugneeds investigation
#10 — cloudflare worker issues cluster
Support useEvent (async context) in cloudflare workers
preset:cloudflarepending triage
Can't use optional dynamic import with Cloudflare presets
pending triagev2