Urgent: "Cannot reach your data" Console error - Unexpected error in details view: TypeError: e.getRecord is not a function

@vince I found out what I was doing wrong. I was passing the result list of query to the serializer, instead of just the single object.

So I pass something like resultList[0], and it works perfectly!

Thank you for your help :smiley: