Closed nelsonmelecio closed 9 months ago
Hey @nelsonmelecio! We're sorry to hear that you've hit this issue. 💛
However, it looks like you forgot to fill in the reproduction repository URL. Can you edit your original post and then we'll look at your issue?
We need a public GitHub repository which contains a Laravel app with the minimal amount of Filament code to reproduce the problem. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private / confidential, since we want a link to a separate, isolated reproduction. That would allow us to download it and review your bug much easier, so it can be fixed quicker. Please make sure to include a database seeder with everything we need to set the app up quickly.
Please understand that I don't want to recreate this since it may transfer millions of files again in our S3 accounts.
So I will set the Reproduction repository
empty for now.
cc: @danharrin @zepfietje @ryangjchandler Please kindly check this issue.
Please create a repository, even if you only run it locally and not on S3. I want to check your configuration
There should be job for each chunk
The multiple CSVs are correct, there is one for each chunk, and they get combined when downloaded
Package
filament/filament
Package Version
v3.2.33
Laravel Version
v10.43.0
Livewire Version
v3.4.4
PHP Version
PHP 8.2.10
Problem description
What we did:
The issue:
Not sure if this is the expected behaviors when pointing the export features to use Amazon S3.
It works fine when using local storage.
Expected behavior
It should create only one CSV when exporting and should only use countable jobs/queues I guess?
Steps to reproduce
Reproduction repository
n/a
Relevant log output