Michal
Michal
FFilament
Created by Michal on 3/3/2025 in #❓┊help
Production-only problem with FileUpload - on first upload the state is reset
Is it custom form or inside panel ?
17 replies
FFilament
Created by Michal on 3/3/2025 in #❓┊help
Production-only problem with FileUpload - on first upload the state is reset
Hey, also try running artisan optimize:clear 🙂
17 replies
FFilament
Created by Michal on 3/3/2025 in #❓┊help
Production-only problem with FileUpload - on first upload the state is reset
Thanks it is resolved now. I had just some cache on the production which I thought I deleted but it wasnt.
17 replies
FFilament
Created by Michal on 3/3/2025 in #❓┊help
Production-only problem with FileUpload - on first upload the state is reset
@toeknee Sorry to bother u again... I noticed it also happens inside create/edit form of any resource inside panel that has FileUpload in it. First upload resets and then it works when uploaded second time. Is there any $form->fill() possibility in panel resource forms ? Or what could be the issue ? Many thanks.
17 replies
FFilament
Created by Michal on 3/3/2025 in #❓┊help
Production-only problem with FileUpload - on first upload the state is reset
Funny, thanks @toeknee, the $this->form->fill() was the last line in mount. When i moved it to be first, it works now! thx.
17 replies