nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt
https://tailwindcss.nuxtjs.org
MIT License
1.66k stars 179 forks source link

Config viewer not found with @nuxt/bridge #892

Closed wJoenn closed 1 month ago

wJoenn commented 1 month ago

Environment

- Operating System: Linux
- Node Version:     v18.20.3
- Nuxt Version:     2.18.1
- CLI Version:      3.13.0
- Nitro Version:    2.9.7
- Package Manager:  npm@10.2.3
- Builder:          webpack
- User Config:      bridge, build, devtools, modules, serverHandlers, devServerHandlers, devServer, typescript, nitro, buildModules
- Runtime Modules:  @nuxtjs/tailwindcss@6.12.1
- Build Modules:    (), @nuxt/bridge@3.3.1

Reproduction

https://stackblitz.com/edit/github-pahpmz?file=package.json

Describe the bug

The config viewer page is not found when using Nuxt Bridge

[nuxt] [request error] [unhandled] [404] This page could not be found
  at new H3Error (./node_modules/h3/dist/index.mjs:170:5)  
  at createError (./node_modules/h3/dist/index.mjs:203:15)  

image

Additional context

No response

Logs

No response

ineshbose commented 1 month ago

Duplicate of #886

wJoenn commented 1 month ago

Sorry about that