Reproduction
https://github.com/rublev/nuxt-vuefire-error-repo
Steps to reproduce the bug
Reproduction repo: https://github.com/rublev/nuxt-vuefire-error-repo
node version: 22.9.0
pnpm version: 9.12.2
arm64
run pnpm i && pnpm dev, go to login page component and open nuxt.config.ts, hit save in your editor a few times in these files and eventually this error pops up on / and /login1 and /login.
the only thing that gets rid of this is to remove the pnpm lock file and node_modules and run pnpm i && pnpm dev, and then i'll randomly get this error again. OR, close the old localhost tab and open a new one. if you end the process and then run pnpm dev and use the same tab, it'll error out:

doing pnpm add consola also did not resolve it
Expected behavior
app run normally and not encounter this error
Actual behavior


Additional information
https://github.com/rublev/nuxt-vuefire-error-repo
Reproduction
https://github.com/rublev/nuxt-vuefire-error-repo
Steps to reproduce the bug
Reproduction repo: https://github.com/rublev/nuxt-vuefire-error-repo
node version: 22.9.0
pnpm version: 9.12.2
arm64
run
pnpm i && pnpm dev, go to login page component and open nuxt.config.ts, hit save in your editor a few times in these files and eventually this error pops up on/and/login1and/login.the only thing that gets rid of this is to remove the pnpm lock file and node_modules and run

pnpm i && pnpm dev, and then i'll randomly get this error again. OR, close the old localhost tab and open a new one. if you end the process and then runpnpm devand use the same tab, it'll error out:doing
pnpm add consolaalso did not resolve itExpected behavior
app run normally and not encounter this error
Actual behavior
Additional information
https://github.com/rublev/nuxt-vuefire-error-repo