Problems when in SSR mode #8913
Answered
by
rstoenescu
jonasbros
asked this question in
CLI - SSR mode
-
Hey guys, attached picture is the error I'm getting when running in SSR mode. Does it have to do with the Vuex store? Thanks a lot guys, I'm still pretty new to Quasar.
|
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
Jun 14, 2021
Replies: 1 comment
-
The presence of the "src/store" folder indicates that you are using Vuex. If it was created by you for other purposes (and not created the project with Vuex option), then rename it to something else. Alternatively, tell Quasar CLI that the Vuex folder should be named as something else: quasar.conf.js > sourceFiles > store: 'set-some-bogus-content' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The presence of the "src/store" folder indicates that you are using Vuex. If it was created by you for other purposes (and not created the project with Vuex option), then rename it to something else. Alternatively, tell Quasar CLI that the Vuex folder should be named as something else: quasar.conf.js > sourceFiles > store: 'set-some-bogus-content'