Error during upload - no errors in logs, works with smaller files (PHP and Nginx limits lifted)

I'm using Filament Forms FileUpload component and it's returning "Error during upload" for files above 10M. Problem is, that my log files are not showing anything. All limits (PHP and Nginx) are lifted.
2 Replies
Dennis Koch
Dennis Koch3y ago
Probably livewire config? That has a default of 12 MB
Iztok
IztokOP3y ago
@Dennis Koch that was it, indeed. Thank you!

Did you find this page helpful?