Image not showing even though data is there?

Hey! I am making a barber appointment booking app. The user makes a booking, and that booking is allocated to a barber shop. Each barber shop has an image that they upload while entering their shop information. The user can view an appointment, and I want the barber shop’s image to show on this page. I have checked the data, and the booking I am testing with has the correct barber shop allocated to it. The barber shop has an image in it’s records too, but on this page the image just won’t show up?

Some screenshots

Barber shop data records:

Editor input for desired image from database:

Control-V (3)

Preview for this page:

The barber shop is allocated to the booking, the barber shop has an image in the database, so I’m confused as to why it won’t show up. Any advice will be highly appreciated!

Thanks in advance :smiley:

Hello. Try to make the image as a URL in the image component.

Thanks for the reply! It’s been resolved now. There was a missing action where the barber uploads their shop image, causing the section to not relate it to the current barbershop. Thanks for your help anyway :slight_smile:

1 Like

You’re welcome

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.