Peter Hoffman

Results 4 comments of Peter Hoffman

@Sandros94 Thanks for the response. Yeah I forgot to include that statement in my ticket. I have that exact code in the logout component...just with some styling. In terms of...

I reverted `nuxt-directus-next` to 0.0.12 and all works as intended. That reverts the `@directus/sdk` dependency to 14.0.0. From what I have read - as of 15.0.0 - the SDK auth...

I just did a basic test with the following and got the same result - `login` works, `logout` gives 'Invalid Payload' response: Nuxt 3.11.1 Directus 10.5.5 The latest `nuxt-directus-next` is...

Thank you @Sandros94 and @ymilhahn! Updated and all works as intended. ``` "nuxt": "^3.11.2", "nuxt-directus-next": "^0.0.15" ``` Which is using `'@directus/sdk': 15.1.0` as a dependency. Really appreciate the help and...