antandev
antandev
hi @siiiido, what is your login and user endpoints looks like ? are they like this ? ``` // login endpoints { "auth_token": "your_token" } // user endpoints { "id":...
hello @smilingpeanut, i have similar application like yours, where i used laravel as my api + admin panel and serve on my subdomain. i have some explanation on this issues...
for those who have the same problem please note you can only use `setUser` after you have configured your user `autoFetch` to false just like how the [docs](https://auth.nuxtjs.org/api/auth#setuseruser) metioned: >...
hi @sts-ryan-holton, i think the config for your nuxt-auth should looks like this ``` auth: { redirect: { login: '/account/login/', logout: '/account/login/', callback: '/account/login/', home: '/account/domains/' }, strategies: { 'laravelSanctum':...
to solve this issue, you need to create plugins on plugins folder ex : ``` - plugins/vue-pdf.js import Vue from 'vue' import pdf from 'vue-pdf' Vue.component('vue-pdf', pdf) ``` add the...
for this error message you need to change your package.json vue-pdf to `"vue-pdf": "4.2.0"` as temporary resolve, this will solve error on this issue title