mentalrob
I need a 0 CLS slider for nuxt
Hi, I'm working on a e-commerce website and i need a slider for hero images. I'm currently trying to use @splidejs/vue but its resulting a bad CLS score. I also tested out with nuxt-splide, same thing happens. Can anyone help me about this ? If you encounter such an issue please let me know
9 replies
<no response> fetch failed error on sending request to strapi via $fetch
Hello, i'm trying to implement a simple cms for my nuxt project. But the problem is when i use $fetch to send request to my strapi endpoint $fetch throws this error:
Here is the code i'm trying:
strapi is freshly installed with
pnpm dlx create-strapi-app@latest
its strapi 5.9 replies