#only id returned for image

6 messages · Page 1 of 1 (latest)

jaunty steppe
#

what is the reason im getting only the id returned for an image? its uploaded to a media collection, all other values, included nested ones are returned just fine. but im only getting the id for the image as a string, no object with url or sizes or anything.

umbral merlinBOT
#

Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:

Documentation:

Community-Help:

jaunty steppe
#

just to clarify i have:
access: {
read: () => true,
}
on my media collection

#

and since the other fields within the object are being nested it shouldnt be a depth problem either

jaunty steppe
#

to make it even stranger there is another media file right next to it in the object that gets populated with all the data just as it should

jaunty steppe
#

solved, payload needed to be rebuilt due to a name change.