0👍
yarn generate
is for deploying static sites, whereas your target is set to universal. Run yarn build
and yarn start
to deploy in universal mode.
See the docs here.
- [Vuejs]-Default Vuex project, return this.$store.state error
- [Vuejs]-Request body is an empty object / axios / express
Source:stackexchange.com