{HELP ME} Error image.data.attributes.formats.medium is undefined

The simple answer after checking your json file is attached. There is nothing called medium in the response, meaning it’s undefined.

I would suggest using null checks of values or giving it a fallback value. If there is no value your trying to grab fall back to just the URL etc.