Bastien

Results 4 comments of Bastien

Hi👋, Can you share more code? (If you always need help) Have a nice day

Hey👋🏼, I have a functional solution but not perfect: 1. Add this code in `config/swagger.js` in the `securityDefinitions` section. ``` bearerAuth: { type: 'apiKey', in: 'header', name: 'Authorization' }, ```...

Hello @Mirgfx , no, currently only the "public" value is used on the nodejs process & browser process. I just put this code as the potential expected solution. I wish...

I don't have time yet to propose a fix but the issue could be fixed in the file https://github.com/Intevel/nuxt-directus/blob/main/src/runtime/composables/useDirectusUrl.ts By checking the value of `config.directus.url` & `config.public.directus.url` depending of the...