System Information
- ** “@strapi/strapi”: “4.14.5”,**:
- w11:
- MySql:
- 18:
- 10.2:
Hello, I currently have a collection type that contains an information component.
Component fields:
title
description
image
But the image i can’t see in my response.
Response:
{
"data": [
{
"id": 1,
"attributes": {
"createdAt": "2023-11-07T16:51:35.880Z",
"updatedAt": "2023-11-07T16:52:50.426Z",
"publishedAt": "2023-11-07T16:51:36.966Z",
"data": [
{
"id": 1,
"title": "Test",
"description": "123**dqdqd**"
}
]
}
},
{
"id": 2,
"attributes": {
"createdAt": "2023-11-07T16:51:48.449Z",
"updatedAt": "2023-11-07T16:53:06.136Z",
"publishedAt": "2023-11-07T16:51:49.327Z",
"data": [
{
"id": 2,
"title": "Test2",
"description": "dqwdqwqwddqwwd"
}
]
}
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 25,
"pageCount": 1,
"total": 2
}
}
}
fetch:
http://localhost:1337/api/module-reacts?populate=*
Inglés
Is it possible that I have to send other parameters via the URL?
thanks