diff --git a/packages/nuxt/src/app/composables/router.ts b/packages/nuxt/src/app/composables/router.ts index 717b14cf43..bf935e63d7 100644 --- a/packages/nuxt/src/app/composables/router.ts +++ b/packages/nuxt/src/app/composables/router.ts @@ -85,8 +85,7 @@ const isProcessingMiddleware = () => { return true } } catch { - // Within an async middleware - return true + return false } return false }