FileUpload with Laravel Sail && Minio

I understand there was some sort of difficulties with livewire and minio when it comes to temporary signed urls. I've configured livewire to use the "local" disk for temporary file uploads, however when I try to submit the form, nothing happens. The file upload field resets and is blank.

Earlier, I tried setting the temp file upload to "s3" and the livewire-tmp folder with the image was actually uploaded to my minio instance, however when I tried to submit the form, it acted as it the file wasn't the right type and triggered a validation error that it shouldn't have.

Any idea how I can get file uploads to work with minio?
Screenshot_2023-06-14_at_11.33.57_PM.png
Was this page helpful?