danilo
danilo
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
Hi I've just tried it and still it was missing a couple of files, out of the 32 I've uploaded, feel free to tinker around with the code in the repo, the README should have enough info for testing the whole thing
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
(I've actually added a comment, with the link to my test repo, to an existing issue related to missing files from multiple fileUpload)
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
you are probably right, but in this case it's perfect as we upload multiple image files which need to be processed (via some jobs) and therefore we can watch them automatically update in the table below our resource. I don't know if there's a better way to do so, in any case I've submitted the issue to the filament github repo
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
it's crazy, I'll try to contact the filament devs
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
whereas if (in app/Filament/Resources/OrderResource/RelationManagers/FilesRelationManager.php at line 49) you comment out the ->poll('5s') line, then the problem isn't occurring anymore
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
if you use it as it is, you will (randomly) find the problem discussed here
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
I've found the problem... the resource has a relationManager with the Resources that are created when uploading a file (in the foreach in the code above, we create a new instance of a Model, and connect the file with that Model). If the table method in the relation manager has a ->poll('5s') (for instance) then the problem arises!
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
I'll need to try it out in a new project to isolate it at this point...
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
even with both moveFiles and image the problem remains...
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
with just ->image() the problem persists (but once I'm there, I'll leave it in since these must be images anyway :))
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
I'm trying the two things now, thanks
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
local
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
ah
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
I've searched across the internet and other people have reported similar problems in the past, it seems something in the FileUpload filament component...
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
no luck...
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
anyway, two files are missing after publishing the assets and optimize:clear
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
(I'm not sure what's the idea behind it, TBH :))
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
with the assets published
80 replies