devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Unleash Nuxt Developer Experience

Results 126 devtools issues
Sort by recently updated
recently updated
newest added

### 🆒 Your use case I know that devtools uses the drizzle studio for nuxthub/etc, it would be really cool if we could also launch it for other database configs...

enhancement

### 🐛 The bug The Nuxt DevTools VSCode integration fails to connect to the local VS Code instance. When opening the integration panel, it displays an error message requiring the...

bug

### 🆒 Your use case When testing an api it would be nice to have the info it takes ready, and possibly prefilled for testing ### 🆕 The solution you'd...

enhancement

### 🆒 Your use case Server routes are amazing for testing api routes quickly but in a lot of use cases we could be using an external backend and we...

enhancement

### 🐛 The bug It seems that updating the runtimeConfig and the appConfig doesn't have an effect on the reactive values in Nuxt. ### 🛠️ To reproduce https://stackblitz.com/edit/github-pptyqfgu?file=app%2Fapp.vue,nuxt.config.ts,app%2Fapp.config.ts ### 🌈...

bug

## Description When `test: true` is set in `nuxt.config.ts`, the Nuxt DevTools are silently disabled - even if `devtools.enabled: true` is explicitly configured. This behavior seems environment-dependent. I've personally tested...