0π
Is there any chance you forgot to setup @nuxtjs/axios
or explicitly configure auth
middleware?
// nuxt.config.js
modules: ['@nuxtjs/auth-next', '@nuxtjs/axios'],
router: {
middleware: ['auth'],
},
- [Vuejs]-How to reuse the vuex module for other components?
- [Vuejs]-How to make a text box which shows inverts a input
Source:stackexchange.com