I got error status code 500 when I run command "nuxt dev" #1468
Replies: 1 comment
-
I don't know where the problem is coming from but you should be able to get started from one of these starters: https://vuefire.vuejs.org/nuxt/deployment.html#Deployment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I setting nuxt-vuefire in nuxt.config
then run command nuxt dev
compile is success
but the window show error status code 500
[vite-node] [ERR_LOAD_URL] @posva/lru-cache
at @posva/lru-cache
p.s nuxt generate is success work
package
"nuxt": "^3.8.2",
"vue": "^3.3.8",
"firebase": "^10.6.0",
"nuxt-vuefire": "^0.4.1",
"vuefire": "^3.1.18"
Please tell me how can I fix it, thanks.
Beta Was this translation helpful? Give feedback.
All reactions