strapi icon indicating copy to clipboard operation
strapi copied to clipboard

Strapi Module for Nuxt

Results 76 strapi issues
Sort by recently updated
recently updated
newest added

It works fine on the web, but I can't get it on the server server/colors/[id].ts `export default defineEventHandler(async (event)=>{ const { find } = useStrapi4() return ''; })` 500 useStrapi4...

question

### Hello when i using find method from useStrapi composable i get this warning in below ### Deprecated Feature Used: The Expect-CT header is deprecated and will be removed. Chrome...

bug

I use social login providers for login functionality on my page. If everything works fine on Strapi side, there’s also no problem on Nuxt side. But, I have an use...

question

I'm implementing a simple profile page, and when I update a collection entry, I don't receive its component field. When I first fetch the entry I pass populate as a...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/) | [`^1.1.106` -> `^1.1.108`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.106/1.1.108) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.108?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Version "@nuxtjs/strapi": "^1.12.0", "nuxt": "^3.11.2", "vue": "^3.4.27", "vue-router": "^4.3.2" ### Steps to reproduce I have a clean Nuxt installation. Add the package how it's recommended and after the dev...

bug

Hey, I tried to ask my question over at the Nuxt Discord server without much luck. I have two collection types that has relations with eachother: - Products - Name...

question

### Version @nuxtjs/strapi: v1.12.0 nuxt: v3.11.2 ### Reproduction Link https://github.com/kasperjha/nuxtjs-strapi-generate-issue In `app.vue` you'll find the following: ```vue @nuxtjs/strapi payload extraction test Data from the "test" collection should be prerendered below...

bug

### Version @nuxtjs/strapi: v1.12.0 nuxt: v3.11.2 ### Steps to reproduce I am using `find` method per docs: https://strapi.nuxtjs.org/usage#find Here we have documented 3 arguments where 3rd is `fetchOptions` (https://github.com/unjs/ofetch/blob/main/src/types.ts#L34) based...

bug

``` node:"20.5-alpine" "nuxt": "^3.10.3" @nuxtjs/strapi": "^1.11.0", ``` Hi, I have problem with fetch data in production mode. I fetch like this: `const { data: products, refresh: refreshProducts } = await...

bug