Dennis Fink

Results 6 comments of Dennis Fink

I am having the same issue in a fresh nuxt 3 installation. Just added @nuxtjs/axios. Here is a minimal repro: https://stackblitz.com/edit/nuxt-starter-9xp8kl?file=nuxt.config.ts,package.json

@miclgael I'm getting the exact same error. Did you find a way to get this to work?

@miclgael Thanks for your reply. I solved it by adding the Material Symbols icon font directly in my project and use it in a stylesheet

I am currently taking a deep dive into how SSG and Data fetching in Nuxt 3 works 'under the hood'. I took a look into the Nuxt source code and...

@Diizzayy No worries, and thanks for your reply! We solved the issue by going back to use the client with the auto-generated functions and passing in custom fetch keys. Maybe...

@VegasChickiChicki are you still facing this issue?