After installing SSL, I have this problem where I could not upload any file over livewire. Upon console inspection, turn out for some reason the request got 401 Unauthorized error.
I tried to check my middleware, http setting and htaccess with no avail.
For those of you who encounter same problem, you can easily fix it by commenting:
Fille uploads doesn't work over https, whereas it works perfectly over http Set up livewire file upload, then use https (e.g. with ngrok) the upload fails with the request to Request URL: https...