Uploaded Image in Module

On our development Retool instance, I have created a header module that includes an image component, where I have uploaded an image.

This displays great, however on copying to a different branch in source control so I can have it on our UAT Retool instance, the header does not display the image, presumably as the image is missing.

Where should I upload the image to make it available? I would have thought that uploading the image would add it to source control.

Hello @klautier!

I might need some more details on the image component's source in the dev instance. A screenshot would be super helpful!

Best practices would be to have the image in Retool storage if it is going to be static and not likely to change. My hunch is that the UAT instance has it's own Retool Storage where the image will need to be uploaded to and accessed from.

Hi @klautier,

Just wanted to check on if you had more details on where the image (image's data) is being stored. You may need to add the image to Retool Storage in the corresponding environment to be accessible by the UAT instance.

I uploaded the image to a static images website and accessed via the URL. This resolved the issue of different environments having different storage.

Great to hear!

Thank you for sharing your solution :raising_hands: