Please Help with Images not loading in WEB APP

Widgets & Design

I use firebase as backend and am using photos and photo URLs in the app. While using test mode in flutterflow, everything is fine. Even using local run, everything is fine. Photos are being displayed.

But when I download the code and try to run it on my machine via VS Code, the photos are not being displayed.

My goal is to host this web app myself. (which works except now these pictures don't render...)

That surprises me, because a month ago, everything worked fine...

VS Code says I need to use collection: ^1.19.0. Maybe it comes from that? (I don't think so)

BTW - this is the error coming from VS Code:

This is what I get from Debug Window in Chrome:

Looks like a CORS Problem... Do I need to add a cors.json to my google cloud project?

What have you tried so far?

I used dart fix --apply, which didn't solve it.

If it helps: I use PWA for that web app...

Did you check FlutterFlow's Documentation for this topic?
No
2
5 replies