Im using the bubble api connector to send some parameters to an ai image generation api via a post request. I have been able to set the api up correctly and initialise.
Currently I have an image element on my page where I’m displaying the image dynamically where the it gets output image of the api call.
But whenever I run the app i keep getting this error:
So the expression i use is : (Get data from api)'s body output images :first item.
Why wont it display ? It works perfectly when i try in postman thought it would just display in bubble. Do I need to base64 decode it or change the type of the output image when initialise the api call?