strapi
strapi copied to clipboard
Strapi Module for Nuxt
I cannot get this error to disappear, even though it works. I have a interface ``` export interface Wine { id?: string; name?: string; producent?: string; country?: string; type?: string;...
### Is your feature request related to a problem? Please describe. I have a situation where i need to send ``` { "Authorization": "Bearer MY_API_KEY" } ``` in order to...
I don't know if its me and i just do it the wrong way or if this is a bug but populate with an array of fields to populate doesn't...
### Is your feature request related to a problem? Please describe. Currently the name of the cookie is "strapi_jwt" and hardcoded. For example, we have extended Strapi with a refresh...
### Is your feature request related to a problem? Please describe. Allow the passage of an API token when using `useStrapiX`. this is related to #233 which provides a workaround...
Hello all, When a user is logged in and tries to go to the login page, I want to redirect the user to their own page (based on id). In...
**_Populate with field selection_** @nuxtjs/strapi: 1.3.2 nuxt: 3.0.0-rc.4 https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.html#combining-population-with-other-operators but typescript strapi-module is: _populate?: string | Array_ ``` export interface Strapi4RequestParams { fields?: Array populate?: string | Array sort?: string...
### Version @nuxtjs/strapi: nuxt: ### Reproduction Link ``` const user = useStrapiUser() ``` On page reload the user disappears even after cookie options have been modified. Using for both hooks...
### Version @nuxtjs/strapi: @nuxtjs/strapi-edge@^1.0.0-27336403.27afa67 nuxt: @nuxt/bridge-edge@^3.0.0-27338323.1e98259 ### Reproduction Link https://github.com/kadlinobit/djspot-fe/tree/nuxt-3-bridge (nuxt-3-bridge branch) ### Steps to reproduce - Clone repo - npm install - npm run dev ### What is Expected?...
### Version ``` "@nuxtjs/strapi": "^1.3.1", "nuxt-edge": "latest", "@nuxt/bridge": "npm:@nuxt/bridge-edge", "node-fetch": "^3.2.3", "ohmyfetch": "^0.4.15", ``` ### Reproduction Upgraded my Nuxt2 App to nuxt Bridge to be able to use Strapi v4....