strapi Questions
5
I am unable to enter data to fields which I have created in user collection type in strapi.
I wanted to create extra fields in user collection in strapi so I created some extra fields from builder ...
Developing asked 30/10, 2021 at 19:37
1
i'm trying to add CORS for some of my sub-domains/domains such that only those will be able to access my strapi resources but unfortunately i'm unable to do so. I followed the documentation as per ...
Insufficient asked 10/7, 2024 at 7:1
2
I have been working with Strapi and Gatsby through the command line to get a website and CMS up and running, similar to this set up - https://strapi.io/blog/building-a-static-website-using-gatsby-a...
Lonesome asked 12/6, 2020 at 4:48
8
I used to use a Node.js v16.x installed locally to run Strapi which worked well.
But recently I had to update it to Node.js v18.x due to another project, so I installed NVM to manage multiple Node....
6
Solved
I have records in strapi. I am using strapi content API. In my front-end, I need to display only 2 records randomly. For limiting, I have used limit query from content API. But random fetching what...
Paleoecology asked 9/12, 2020 at 14:9
3
Solved
Currently I'm using React and have content in my rich text in strapi CMS that is spaced out the way I want it in my markdown version, but as soon as I switch to preview, or view the content in my b...
Costanzo asked 2/9, 2021 at 8:12
3
Solved
I setted up Strapi through NPX and ran
npx create-strapi-app my-project --quickstart
I am using strapi and here is my side bar
Normally i expected it to be like the following:
I dont know why bu...
Yanyanaton asked 3/10, 2020 at 19:29
3
Solved
I'm setting up a comments-like system where comments have a parent field which relations to another comment. I want to be able to query the top level comment by finding comments that have no parent...
5
Solved
I am using Strapi for my android app and I need to login user by their phone number. There are many auth providers like email and password, google, facebook etc. But I can not find any documentatio...
Frederickson asked 20/6, 2019 at 9:31
7
I'm rewriting strapi v3 queries to v4 (GraphQL), and with new fields 'data' and 'attributes', I have a problem going too much deep into nested objects, an example of how data looks:
user {
dat...
8
I am new to strapi and want to start it on development mode. Below are steps I have followed so far
git clone [email protected]:strapi/strapi.git
cd strapi
npm run setup
but then while gen...
Shiism asked 9/7, 2019 at 8:17
6
Solved
I'm trying out the new strapi v4 right now (4.0.0) community edition. I've got a custom controller which queries for the current user and (in the future) fetches related objects.
When I did this wi...
Apo asked 6/12, 2021 at 17:32
5
Solved
I built a project using React at the front and Strapi (based on Node.js) at the back.
On the client side, I'm trying to access my api url like so:
const apiUrl = process.env.API_URL || 'http://lo...
Dimissory asked 5/6, 2019 at 14:21
6
I'm try register an user and i would like to know how can i set role as Administrator.
I tried
user: {
username: "elialber",
email: "[email protected]",
password: "123456789",
role: ???
}...
Cambell asked 23/4, 2018 at 16:30
8
Solved
Please fix my problem.
It works when I try more than 50 times. Now it does not work I try 100+ times.
I start this -> strapi new server
� Starting to create your Strapi application.
? Choose y...
4
Solved
I have a problem with fetching third level data from Strapi CMS.
My Structure is the following:
Page > Content(Dynamic Zone) > Multiple Entitys e.g. HeroSliderElement.
So Calling this URL fro...
Sauveur asked 26/3, 2022 at 8:46
1
I use SendGrid to send emails, which contain a link to my website. However, they are not being delivered to professional email addresses (but according to the activity in the SendGrid tool, it says...
4
So far, I have used "processId": {command: PickProcess} ", maybe it's not the best method, but it always worked." Unfortunately, this method has not worked for a few days. (Please see attachment)
...
Sphygmoid asked 25/11, 2019 at 13:43
10
Solved
Data fields appear to be populating ok by using the suggested patch below, however, media fields are not populating.
Tried the following with no luck -
* http://localhost:1337/api/pages?populate=*
...
Sharasharai asked 12/4, 2022 at 15:28
2
Solved
in strapi v3 you could make a raw sql query the following way:
const data = await strapi.db.connection.raw(`SELECT * from table`);
However, in strapi v4 with typescript enabled, the same line give...
Consuela asked 29/11, 2022 at 16:29
6
tsconfig.json:2:14 - error TS6053: File '@strapi/typescript-utils/tsconfigs/server' not found.
2 "extends": "@strapi/typescript-utils/tsconfigs/server",
~~~~~~~~~~~~~~~~~~~~~~~~...
Sulph asked 5/7, 2023 at 10:7
6
How do I get the knex object to execute custom or complex queries within my strapi service?
My Strapi version has the strapi-hook-knex and strapi-hook-bookshelf installed but when I run qb.raw it i...
Acetylide asked 14/11, 2018 at 13:24
5
So I am at the place where I lost all of my Strapi data after moving from local to remote host and deploying my Strapi through herokuapp.com
I am using Strapi in my personal NEXT.JS project.
Luckil...
4
Solved
I created a collection type in the Strapi admin panel and now I want to delete it, but I don't see an option anywhere in the admin panel to do so. I must be missing something obvious, right?
Dissentious asked 25/11, 2020 at 2:47
4
Solved
I have a new install of the latest strapi (4.11.1), and am new to the platform. I'm using Postgres as my backend. Everything was going splendidly until this morning, when trying to add a new collec...
Buttonball asked 14/6, 2023 at 13:13
1 Next >
© 2022 - 2025 — McMap. All rights reserved.