You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
downgrading to "nuxt-vuefire": "^1.0.3", worked with SSR set to true for login. to get the app to reliably work i have to open a new incognito tab, wait until all building is done, visit a url, then close it and back to my normal browser.
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 runpnpm dev
and use the same tab, it'll error out:doing
pnpm add consola
also 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
The text was updated successfully, but these errors were encountered: