th3l0g4n
th3l0g4n
I had the same issue after switching to idiomorph. Have a look at https://github.com/bigskysoftware/idiomorph/issues/24#issuecomment-1880159474. This fixed the error in my case.
In my opinion it would make sense to still provide the virtual module (#auth) and all of its exports even if the auth package is disabled and "just" disable the...
This might be a module resolution issue. Do you have imports in your UserStore module that are also importing the UserStore? like: ``` Module A --> Module B Module A
Have a look at: https://github.com/peterbud/nuxt-query This is working.