So, I know nothing of the crunchbase API, except that I know you need access to it. If you have access to it, you get a company’s logo DYNAMICALLY… meaning that you call the API and the API returns to you a response object that includes the company logo in some graphic format that you can display. You’re barking up the wrong tree here if you are calling the API at some time in the past and saving the image returned.
In such a case, just save the image to your database (essentially stealing it from crunchbase).
The intended use for APIs like this is to call the API and consume what it returns, in real time. So the image URL in your image element should be a “use as data” expression for the Bubble API connector where you’ve configured an API call to Crunchbase.
I’m not sure why you’re assuming I’m saving the image somewhere in the past… Completely confused as to where you got that information, I am calling the information in real time, I am able to call the company information (name, description, etc.) but the image won’t load which is what my question is regarding…
Also, I am loading the image dynamically as you can see in the images… Very confused as to what you’re going on about 🤷