Strapi is an open-source Node.js headless CMS built on top of Koa. It's frontend-agnostic and claims to not be an MVC framework. It auto-generate RESTful endpoints and has support for GraphQL and WebSockets.
Questions tagged [strapi]
2734 questions
0
votes
0 answers
can to select primary value with relation many to many in strapi?
in strapi when create the relation with two section i need to select one item is primary add flug for this item primary ?
for example :
I expected it to be possible to choose between primary value relationships and add flug for this item is…

Ahmad AL-Ghalban
- 1
- 2
0
votes
0 answers
Is it viable to use Strapi in my application?
I'm currently exploring the feasibility of incorporating Strapi into my existing application, which is deployed as microservices in a Kubernetes (k8s) environment. At the moment, we utilize ktor for our APIs, and the requests involve more than just…
0
votes
1 answer
Uploading file to strapi upload api from next js api route not working
I am using react dropzone on a page to send a file to an api route /api/upload and then use the api route to upload the file to a Strapi upload api like this:
import formidable from 'formidable';
var FormData = require('form-data');
const fs =…

Kofi Talent
- 145
- 2
- 12
0
votes
1 answer
Strapi nested components not showing up in strapi get API
I have two components. addon and addon_item.
addon again have addon_item as component as one of its field.
One collection named menu_item which have a field as addon_component.
Now when i am running…

Nitin
- 1
- 1
0
votes
0 answers
Mardown - Rich Text - Strapi - Nuxt 3 - display on website
POST FOR BLOG.
I fetch rich text from API for example:
{
"description":"###Title. font bold ###Secound Title..."
}
I want convert description to html structure. How can i do it?
I tried use to content nuxt 3 but i need files md.
I would like only…

Dawid
- 1
0
votes
0 answers
How to edit the default user model provided by Strapi?
By default, strapi uses email password auth, because of which email and password are required fields. I want to have just email OTP auth. So I removed the password field from the attributes in…

U. Watt
- 533
- 1
- 5
- 27
0
votes
1 answer
How can i fix my fetch issue in my code im having issues and i cannot go on forward to complete this site
So ill give you my error message:
Failed to fetch TypeError: Failed to fetch
at getItems (http://localhost:3000/main.b060b3b85b623d5e4359.hot-update.js:47:25)
at http://localhost:3000/main.b060b3b85b623d5e4359.hot-update.js:54:5
at…

sylo
- 29
- 3
0
votes
1 answer
Trying to deploy Strapi app on Heroku and am getting 'Cannot read property '@strapi/plugin-i18n' of undefined' Error
I am trying to host my Strapi backend on Heroku and keep getting the same error in the build log:
-----> Installing dependencies
Installing node modules
npm ERR! Cannot read property '@strapi/plugin-i18n' of undefined
npm ERR! A complete log of…

Austin Croucher
- 1
- 1
0
votes
0 answers
Strapi data losing
I'm a new Strapi user. I uploaded my Strapi backend via Heroku, but the data I entered every night is lost and it's like my Strapi backend is a hard reset. I'm deploying a github repository manually in Heroku. Is there anyone who can help me with…

lestonz
- 149
- 4
0
votes
0 answers
Why the strapi admin panel may not open?
The Strap admin panel does not open. But the nextjs application received data from strapi. Nginx seems to be configured correctly.
connetion
config/server.js
I don't see any errors in nginx logs
nginx sites-available strapi config
server {
…

Кирилл
- 1
- 1
0
votes
1 answer
How to solve 400 bad request error in my nuxt-strapi app?
I was working on a nuxt-strapi app 3 month ago. After 3 month delay, I decided to continue the project. In my app I have an Authentication system that uses nuxt-auth. The registration process works fine before. But now, it shows me errors in…

hamid-davodi
- 1,602
- 2
- 12
- 26
0
votes
0 answers
Can't upload images from strapi to Digital Ocean Spaces
I'm trying to upload images to Digital Ocean Spaces from the Strapi admin panel to persist the media over the server restart but after sveral hours of debugging I still can't find a reason why the images are not uploading to the database.
This is my…

Nicolas
- 434
- 1
- 3
- 13
0
votes
0 answers
Strapi filters seem to be clashing
I'm building an e-commerce website with Strapi for the back end.
I went through the Strapi docs for filtering and now the filters seem to clash even though they produce no errors.
The code inside of the pointers seems to be the problem.
const List =…

Sibusiso
- 19
- 6
0
votes
0 answers
Send email on new strapi entry with Flutter
I have a flutter app that uses strapi to get some images (only GET requests). I want that if an user selects "Yes, I want notifications sent to my email" notifications be sent to their email.
For example, let's say I have an "email" collection in…

lemon-dev
- 11
- 1
0
votes
0 answers
Integrate flutter database with strapi
I'm new to flutter and strapi. Currently I have a simple mobile app, and I need to store some information, it's not a lot, about 5 parameters, but it would be a lot of records (possibly millions of rows in the table). I don't have any database…

lemon-dev
- 11
- 1