deserialize method not defined for type List in API calls

Database & APIs

When using API calls in FlutterFlow, the auto-generated code attempts to call a deserialize method on a list, resulting in the following error:

The method 'deserialize' isn't defined for the type 'List'.
Try correcting the name to the name of an existing method, or defining a method named 'deserialize'.

This error occurs specifically in the auto-generated code on the API page of FlutterFlow, and it is not possible to edit or remove the code manually since it is managed automatically by FlutterFlow.

What have you tried so far?

Already deleting the API call, I have already returned the project to a previous saved version. delete some custom functions. Finally I downloaded the code in Vscode to find the bug and I can't delete or change it.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply