@Meher_Chandan thanks again for your efforts
when I use the solution provided on <IMAGE> component
src={photo.attributes?.file?.data?.attributes?.formats?.medium?.url}
I get error
Error: Image is missing required "src" property. Make sure you pass "src" in props to the next/image component. Received: {}
And when I use the solution provided on <img> tag
it perfectly WORKS!! which I’m going to stick with for a meantime
Below is my console output
