Benjamin Canac

Results 31 comments of Benjamin Canac

Then, is the response of the `/users/me` http call a `200`?

@AryeBorgen The module automatically removes the `strapi_jwt` cookie when an error occurs on `/users/me` http call as you can see here: https://github.com/nuxt-community/strapi-module/blob/dev/src/runtime/composables/useStrapiAuth.ts#L37, you have to make sure your Strapi API...

@ceodevforce @fabien-lenoble Could you please provide a reproduction and more informations? What version of Nuxt are you using?

Hello @EmilyFlocc, The latest version of this module `v1.x.x` is only compatible with `nuxt3` and `nuxt-bridge (2.16.0)`, as mentioned in the docs if you want to use this module for...

@jbool24 We currently have an issue with exported types I have to look into. For now, you can import types like this: ```ts import type { Strapi4Response } from '@nuxtjs/strapi/dist/runtime/types'...

@EmilyFlocc Here `Restaurant` is an example, types are not bundled with the library, you have to create them yourself `~/types/index.ts` for example.

@Tragio Sorry for the late answer, composables are only usable in `setup` hook as mentioned here https://vuejs.org/guide/reusability/composables.html#conventions-and-best-practices, here is also an example on how to use composables with Options API:...

@luke-z Just released https://github.com/nuxt-community/strapi-module/releases/tag/v1.3.0 to have nuxt bridge compatibility. @salv0 @echatzief As @luke-z mentioned, the `v1` is only compatible with Nuxt3 or Nuxt Bridge and the `v0` version of the...

@ComfortablyCoding How are we supposed to access the active socket in event handlers without this change?

Don't pay too much attention to the todo list, we use it internally to plan the next release. We have considered this issue and will be working on it soon.