Images load to cloudinary but won't show up in my web application

System Information
  • Strapi Version:
  • Operating System: WIndows
  • Database: Postrgres
  • Node Version:
  • NPM Version:
  • Yarn Version:

I’ve built an e-commerce web application that works. I use strapi to make api for the orders, products and to authenticate the users. The api works. You can order stuff. I can’t get the images uploaded to cloudinary through strapi to show up in my app. When i open the images in cloudinary, the url is a cloudinary url. But I can’t get the images to show up at all in my app. Can someone help me?