Import Action Fails to Handle Large File Uploads
The ImportAction seems to fail when I upload CSV files with more the 50.000 rows.
Also the
->maxRows(50000)
method in the ImportAction doesn't seems to work.
I've already tried the following things:
- Increase the PHP Max File Upload Size in php.ini
- Increase the PHP Memory Limit in php.ini
- Increase the max file size in the livewire.php config file1 Reply
@Jacob have you looked at your web server log and also your laravel log to see if any errors are there as well? Im thinking its timing out way before 50 rows. Also, you have a job queue setup and dont have your queue setup to sync, right? Should be database or redis. Im guessing for your local setup, you have sync