You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2021. It is now read-only.
the actions: {} key will overwrite the defaults store actions key, which has nuxtServerInit on it, which in turn initialized the authentication. I just spent a few hours debugging this and finally figured out the issue.
At the very least this should be called out in the documentation, but I think a better solution is to use a deep merge in createStore instead of Object.assign.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the example located here:
https://github.com/gustojs/nuxt-feathers-vuex#vuex-store
the
actions: {}
key will overwrite the defaults store actions key, which hasnuxtServerInit
on it, which in turn initialized the authentication. I just spent a few hours debugging this and finally figured out the issue.At the very least this should be called out in the documentation, but I think a better solution is to use a deep merge in createStore instead of Object.assign.
The text was updated successfully, but these errors were encountered: