Sven Westerlaken

Results 9 comments of Sven Westerlaken

For people with npm: `npm i -S https://github.com/soal/vue-mapbox.git`. Comment by @gorbypark indeed helped me fix the issue 😃

Also here unfortunately still stuck with the problem. I am using a directive or a globally installed plugin to add a directive.

Any updates on this? @Marc-Roig

No problem @Tomaszal. I was mainly addressing the straps team in order to bring attention to this again as it would ease up a lot of data I would like...

I found a small deprecated part in the documentation, might as well post it here so it can be considered for change: https://strapi.nuxtjs.org/advanced#file-upload is the old way, which is not...

Maybe something with encoding? Mine is working fine with given header properties: ```dart await http.get(, headers: { HttpHeaders.authorizationHeader: 'Bearer ${pref.getString('jwt')}' }) ```

Looks like you're missing a closing qoute after `Authorization` @dromerolovo