Hi! It seems that using livewire to upload files is blocked by livewire "hasValidSignature" check.
POST /livewire/upload-file
HTTP/1.1 401 Unauthorized
I've seen that this kind of issue has already been reported on many forums and I followed some ideas. I tried with setting the trust proxies to all, changing the storage visibility, cleared the caches, even commented the hasValidSignature method inside livewire's vendor directory to try, but nothing changes. Any ideas where this could be solved or how?
Thanks in advance!