Repeater and file upload
So, I have a repeater file upload in the resource, there is a hasMany relationship between articles and files, which is perfectly returned in the response. However, if I go to the given model in the filament in view or edit view, the uploaded file does not appear, why is this? I am attaching a picture of what the resource looks like.

7 Replies
Ignore the getStateUsing part, i already removed that
also, the name is loaded but the file is not

Going to guess the storage engine doesn't have a temporaryUrl options assigned which is what is used for viewing them?
You could try your defualt:
I tried this as well, nothing happened. 🙁
Any ideas?
did you try it without
getUploadedFileNameForStorageUsing
?
Any console errors?yes, i tried, same. and no, i dont have any errors.
could you create a minimal repo on github to reproduce this issue?