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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​nuxt/ui-pro | [`^0.7.0` -> `^1.0.2`](https://renovatebot.com/diffs/npm/@nuxt%2fui-pro/0.7.0/1.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fui-pro/1.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

So im trying to get pagecount on responsed. Here's what i do ` const { data: BlogResponses } = await useAsyncData("blog", () => find("blogs", { populate: "*", sort: "id:desc", pagination:...

question

I try delete row in my table and get 500 error: `DELETE http://10.106.1.211:3001/api/disps/92 500 (Internal Server Error)` READ, CREATE, UPDATE works fine i have proxy ```JS routeRules: { '/api/**': {...

question

I have a working app using `Nuxt` and this `@nuxt/strapi` module. On initial-landing, the server successfully renders pages, with content from Strapi, using Nuxt's `useAsyncData`. Below is the typical format...

question

Of course, I can implement all the logic in strapi, but it’s expensive. I would like to be able to use server/api/query.get.ts so that I can create transactions there and...

question

Hi, I don't know If the problem is with nuxt or nuxt/strapi plugin. If I use `` like this: ` Pozrieť produkt ` I get error ![image](https://github.com/nuxt-modules/strapi/assets/25081829/8e08e9d6-06ef-4dc4-9d2a-9e0a7d68fde8) It will happened...

question

I've spent a bit of time researching error handling with `useAsyncData` and I've found very little on this subject. In my app I have a page which views an article...

question

Hello dear devs! I found a confusing behaviour of the strapi nuxt module. I'v got this in my nuxt.config.ts : ``` ... runtimeConfig: { strapi: { url: 'http://localhost:1337', prefix: '/api',...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`^8.0.3` -> `^9.0.11`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.0.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

The types from /dist/runtime/types/ cannot be imported from the package. Can you include them in the types.d.ts?

enhancement