Closed krugerdavid closed 1 year ago
It looks like you are trying to redefine the provided $apiFetch
plugin with some sort of your own plugin called apiFetch
.
Or maybe some other plugin is used and they are both trying to set the $apiFetch
variable.
Hello @krugerdavid, was this issue resolved? Thanks
Closing for inactivity
Sorry @kreejzak !! there was a plugin messing it around. BTW, is there a way to use this module but where the front manually logins an account? not sure if I'm explaining clearly :D
Hey!,
I guess it's for dev or testing purposes.
You can send login request with predefined dummy data for example in onMounted
hook in default layout if loggedIn
is false
.
But I would advice against it in production.
Trying to use this module on a nuxt3 but after including the module on nuxt.config.js got this error.
not sure why is this happening.