jouni.i
jouni.i
FFilament
Created by jouni.i on 9/27/2024 in #❓┊help
widget issue what that is mean ?
3 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
can you test if you increase pool example 15sec ? how about then still files lost ?
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
ah i'm never use ->pool() a completely useless feature in my opinion, it causes unnecessary queries that strain the server
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
ah hehehaha that is true... i have this too 😄
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
hmm try to add fileupload ->image() that is only difference my code
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
hmm your destination is local or s3 ?
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
no missing files
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 this issue is FileUpload because i just test about 10 times and i have work fine
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
and php artisan optimize:clear
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
do it this php artisan livewire:publish --assets and then again
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
hmm livewire version ?
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
true..
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
that move files to livewire-tmp to correct destination folder
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
yeah but i found only 7 upload-file request
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
yeah and 7 complete
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
can you show screenshot browser dev tools where show upload request... i think you got error upload-file request
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
and you use php8.2 or 8.1 ?
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
images found in livewire-tmp folder ?
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
ok then try files where size is slow example something test png images
80 replies
FFilament
Created by Uma on 6/18/2024 in #❓┊help
FileUpload bug - Some files a are missing after uploaded.
->action(function (array $data, $record) { Notification::make() ->title(__('The images are being transformed, soon you will be able to see them')) ->info() ->send(); foreach ($data['images'] as $fileName){ ImageService::handleImageUpload($fileName, $record); }
print me dd($data) before notification
80 replies