I am trying to get my photos to display on an iterated card component in Material-UI. I have checked all my Redux store and the URL's they relate to all bring up images when enter them on the address bar in Firefox so the links are working ok. If my file path in the backend is just backend/assets/article then the file number does this matter? I thought I had the asset folder set as public with Express but does there need to be an actual 'public' folder?
Is there anything obvious I am doing wrong trying to get this displayed? I have only got imported components working before and not managed URL's from my backend / Redux Store. Could this be the JSS of the card component?
<CardMedia
id="Photos"
className={classes.media}
image={{uri: photos}}
title="Dive Photos"/>
<CardContent>
jss
media: {
height: 70,
paddingTop: '56.25%', // 16:9
},
