Posts by Alexandre Aderbal Dias • 1 point
1 post
-
0
votes2
answers107
viewsA: Error in searching collection points
I had a similar mistake to this, in my case it was the json that the back-end was returning. I was expecting a: [ { "id": 12,..... },{},{}}] And the back-end returned: { "points": [ {},{},{} ]} My…