strapi
strapi copied to clipboard
Strapi Module for Nuxt
Hello, i using @nuxtjs/strapi v0.3.6 for my Nuxt v2.15.7 application. I created single type named "configuration", but cannot retrieve it from @nuxtjs/strapi module ($strapi.find('configuration')) So, question is: Is single type...
Hey, I'm new to Strapi and I'm using the Strapi module on Nuxt 3. I'm wanting to paginate the results but I'm not too sure what the best practices would...
Hey, I want to ask if you will support nuxt 2 for the nuxt-strapi v1.1.0 in the future. Thanks
Actually problem starting happening months ago and I didn't realize it. Focused on short fixes by moving `$strapi.user` to another store object and use it from there. Application works well...
I am having trouble keeping $strapi.user persistent. I can login fine and cookies and local storage is also set, but upon a page request the user gets logged out straight...
### Version @nuxtjs/strapi: v0.3.1 nuxt: v2.15.8 ### Reproduction Link https://github.com/sjahns/strapi-test You will need a working strapi server to do a request. I just used another strapi installation I had running...
### Version @nuxtjs/strapi: 0.3.0 nuxt: 2.14.12 ### Steps to reproduce Open a Nuxt-Strapi app in IE/Edge in **either Development or Production mode.** ### What is Expected? For polyfills to kick...
### Version @nuxtjs/strapi: ^0.3.1 nuxt: 2.15.3 ### Steps to reproduce 1. I have a collection which has a `has and belongs to one` with $strapi.user named `endpoint` 2. I am...
### Version - Operating System: `Linux` - Node Version: `v16.17.0` - Nuxt Version: `3.0.0-rc.12-27736489.2e080c2` - Nitro Version: `0.5.4-27726613.640c2b7` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `typescript`, `css`,...
## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ]...