Ondřej Misák
Ondřej Misák
> Would you provide a [reproduction](https://v3.nuxtjs.org/community/reporting-bugs/#create-a-minimal-reproduction)? 🙏 Unfortunately, it's part of a commercial project. It happened after we switched from RC-12 to RC-13. We are currently fixing to RC-12, hopefully...
@danielroe module: ```ts import { fileURLToPath } from 'node:url' import { addPlugin, addServerHandler, defineNuxtModule, installModule, useLogger } from '@nuxt/kit' import { defu } from 'defu' import { resolve } from...
Could it be related? https://github.com/nuxt/nuxt.js/issues/13471 https://github.com/nuxt/framework/pull/8436 
@danielroe this is what causes it https://github.com/nuxt/framework/pull/8421
`const route` falls to `undefined` in prod
> Would you provide a [reproduction](https://v3.nuxtjs.org/community/reporting-bugs/#create-a-minimal-reproduction)? 🙏 https://github.com/nuxt/nuxt.js/issues/15443
> Oh well, I spent way too many hours deep inside code just to find out I had to update my `vue` dependency to at least `3.2.45`! The error is...
For me `vue 3.2.45` and `vue-router 4.1.6` still throw an error with an undefined route.
Upgrade to RC-14 solved this issue 🙏
> I didn't encounter this issue until upgrading from rc-12 to 1.0.0. In dev and in local build it works fine, but as soon as it is deployed to Netlify...