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:
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