Nuxt Middleware & Store
hi currently what i am facing is after i login using this.$store.dispatch("auth/saveToken", data); this.$store.dispatch("auth/setUser", data);
then direct to my dashboard page and i try to refresh my user data all gone and still stay in the dashboard page (supposed to be login page) . i am not sure i setting my store,Middleware and router correctly or not using NUXT2