bridge icon indicating copy to clipboard operation
bridge copied to clipboard

nuxt-bridge vuetify

Open stephenjason89 opened this issue 3 years ago • 1 comments

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

stephenjason89 avatar Jul 19 '22 13:07 stephenjason89

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,
    },

stephenjason89 avatar Jul 20 '22 20:07 stephenjason89