Version
nuxt-directus-next: 0.0.15
Steps to reproduce
login / register
await login(values.email, values.password, {
readMe: {
query: {
fields: [ "*.*" ],
},
},
});
What is actually happening?
calling the function as above results in http://localhost:8055/users/me?query= URL but it should be http://localhost:8055/users/me?fields=
Version
nuxt-directus-next: 0.0.15
Steps to reproduce
login / register
What is actually happening?
calling the function as above results in
http://localhost:8055/users/me?query=URL but it should behttp://localhost:8055/users/me?fields=