useCustom get request not sending meta populate params (Strapi)
Hi, i'm trying to make a request to get a resource with a relation populated trough the useCustom hook to make the request.
But when the browser sends the request, there are no populate fields param settedf in the request.
I'm using Strapi dataProvider backend.
This is the
this is the request that the browser sends to the API:
- url:
- response:
But when the browser sends the request, there are no populate fields param settedf in the request.
I'm using Strapi dataProvider backend.
This is the
useCustom callthis is the request that the browser sends to the API:
- url:
GET http://localhost:1337/api/slots/69?- response:
