Skip to content

nuxt-directus-next - login, register readMe uses wrong URL #295

@creazy231

Description

@creazy231

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=

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions