Stephen Jason Wang
Stephen Jason Wang
@stephane303 @argoyle Still present with 16.6.0 Currently using with 15.8 I hope it gets fixed soon.
Would really appreciate an update on this. Currently using it with nuxt 3
@underblob Thank you, this seems to work.
I think this might be related, @danielroe @antlionguard https://github.com/nuxt/bridge/issues/436 The reproduction needs to have SSR:true in order to see the error The stackblitz was not using SSR
@Lanayx for the meantime this.$nuxt helped me get around this problem
> @stephenjason89 this.$nuxt is unavailable in latest pinia :( [vuejs/pinia#1526](https://github.com/vuejs/pinia/discussions/1526) Use @ts-ignore because there's no type support.
Let's hope it gets fixed soon 😅 @Lanayx I'm using nuxt bridge
@Lanayx That's correct. I hope it gets fixed soon
@antlionguard will provide one tomorrow. Is useNuxtApp working for you inside the middleware on nuxt-bridge?
Hello @antlionguard here is a repro https://github.com/stephenjason89/nuxt-bridge Just visit index.vue and you'll see the error. middleware is defined inside the default.vue layout. Please ignore the old comments about a different...