Basic ListView with API from Docs shows [object event] on images

I am trying to follow the ListView docs on showing data from an API call (https://docs.flutterflow.io/widgets-and-components/widgets/layout-elements/listview#2.-showing-data-from-api-call) and I have reviewed the FlutterFlow YouTube videos around ListView and API.

My problem is that when I try to display the image using the stated "$.download_url" from the docs and then use Test Mode to try it out, the image keeps failing with an "[object event]" placeholder.

The text responses work fine, including just displaying the download_url, and it appears to just be text, not an array or object.

What am I missing? This feels like it should be a very simple, basic thing, but following along with the tutorials and not getting the same results is very frustrating.

I did manage to find information about opening the Dev Tools, looked at the Network tab, selected one of the errors and see a 403 error. Is this a CORS thing?

Please advise.

Thanks,

Dion

7 replies