Can't `$this->form->fill()` images in custom Livewire Page while using Repeater
in my
i'm trying to fill
output data that is being filled.
Here is what my data state looks like after page is rendered on browser.
Context i have been experiencing same issue for a year now here is - reproducible repo
https://github.com/RizwanNaasir/filament-form-issue
and related issue that was closed without any further solution.
i'm trying to fill
app_intro_image's in app_screens output data that is being filled.
Here is what my data state looks like after page is rendered on browser.
http://myapp.test/storage/16/appify-logo-white.svg perfectly accesible from browser.Context i have been experiencing same issue for a year now here is - reproducible repo
https://github.com/RizwanNaasir/filament-form-issue
and related issue that was closed without any further solution.

GitHub
Contribute to RizwanNaasir/filament-form-issue development by creating an account on GitHub.
GitHub
Package filament/forms Package Version v2.16 Laravel Version v9.46 Livewire Version v2.10.8 PHP Version PHP 8.1 Problem description This Repo contains minimal reproduction of issue in Filament/Form...
Solution
I was missing call to my actual ->model() instance on
e.g
SpatieMediaLibraryFileUpload componet.e.g