Database & APIs

Hey everyone, I am having some trouble displaying images that I query from firestore on list views. This seemed to be working ok until recently and I saw that there was an issue with related to the latest Flutter update which broke down the image display due to CORS issues.

I tried following this tutorial https://www.google.com/search?q=flutterflow+cors+issue&rlz=1C5CHFA_enES1056ES1066&oq=flutterflow+cors+&gs_lcrp=EgZjaHJvbWUqBwgBEAAYgAQyDAgAEEUYORiABBiiBDIHCAEQABiABDIICAIQABgWGB4yCAgDEAAYFhgeMggIBBAAGBYYHjIGCAUQRRg9MgYIBhBFGDwyBggHEEUYPNIBCDU4NThqMGo0qAIAsAIB&sourceid=chrome&ie=UTF-8#fpstate=ive&vld=cid:b2447c58,vid:uZRIzAHpLDQ,st:0 but I still have the same issue.

I am querying the image url with the correct fields:

But when check on test mode the images do not display even when the link shown in the variables is correct:

What have you tried so far?

I tried following the CORS documentaiton and tutorial and even though I set the permissions as shown in the documentation and I set it up like this:

cors_config:

- maxAgeSeconds: 3600

method:

- GET

origin:

- '*'

But I still dont see any of the pictures that I am querying when I try to test it

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