CORs error saying that the image url has no Access-Control-Allow-Origin header

Hello!
We are currently building a mobile app that requires image files from our bubble app’s storage. The problem is that the package we are using (flutter pdf and printing pubspec) throws a CORs error saying that the image url has no Access-Control-Allow-Origin header present and that this is required. Is there a solution to this problem through bubble settings or anything like that?

I ended up establishing cors proxy on AWS lambda. Would be great if someone’d post simpler solution.