bridge
bridge copied to clipboard
nuxt-bridge vuetify
Environment
- Operating System:
Darwin - Node Version:
v16.15.0 - Nuxt Version:
2.16.0-27358576.777a4b7f - Package Manager:
[email protected] - Builder:
webpack - User Config:
srcDir,ssr,dev,alias,privateRuntimeConfig,plugins,buildModules,modules,apollo,vuetify,build,bridge - Runtime Modules:
@nuxtjs/[email protected] - Build Modules:
@nuxtjs/[email protected],@nuxt/[email protected]
Reproduction
https://github.com/stephenjason89/nuxt-bridge
Describe the bug
Vuetify doesn't seem to be rendered correctly during SSR
Try refreshing the page and you'll see that vuetify is not being rendered on SSR before hydration
Additional context
No response
Logs
No response
This is definitely an issue linked with the nitro server
This doesn't happen on the legacy server. (setting nitro to false)
bridge: {
nitro: false,
},