strapi icon indicating copy to clipboard operation
strapi copied to clipboard

Strapi Module for Nuxt

Results 73 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 | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.23.1` -> `^8.25.0`](https://renovatebot.com/diffs/npm/eslint/8.23.1/8.25.0) |...

How can you use Strapi from `/server/api/name.post.js`? I get the error `[nuxt] [request error] useStrapi4 is not defined` if i do not import strapi, and if i try to import...

question

Hello, ``` const { fetchUser } = useStrapiAuth() const user2 = await fetchUser() ``` Question : How to add user "role" on the response FROM `await fetchUser() `?? I would...

question

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt-modules/strapi). - WARN:...

dependencies

[![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) | [`^7.0.4` -> `^8.0.1`](https://renovatebot.com/diffs/npm/husky/7.0.4/8.0.1) | [![age](https://badges.renovateapi.com/packages/npm/husky/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...

### Version @nuxtjs/strapi: 1.5.0 nuxt: v3.0.0-rc.6 ### Reproduction ```js import type { form } from '~/types' import type { Strapi4Response } from '@nuxtjs/strapi' /* Data form */ var firstName =...

bug

I am trying to make a composable that will get me data dynamically but what I get is `undefined`. Any ideas on what the issue here is? `composables/useGetTaxonomy.ts` ``` export...

question

Apologies if I am missing something, but the latest version of this strapi module documentation https://strapi.nuxtjs.org/usage/ is all showing typescript examples. Can you still use this module with standard nuxt...

question