mkierdev

Results 13 comments of mkierdev

@danielroe Are there any updates on this? Should we use useRoute() only in pages components (what for non-pages components, utilites etc)? Currently this issue locks us on nuxt 3.11 and...

Possible workaround: We've refactored our code to pass useRoute() from page components, so now our app is working fine with Suspense components.

@manniL Here you can find repro: https://stackblitz.com/edit/github-6hkihq?file=middleware%2Ferror.global.ts Repro is simplified, but it shows the problem. In our middleware we are checking URL against backend validator and react accordingly (make redirect...