Jure
FileUpload 401 (Unauthorized)
Hi,
the problem is that livewire.js is loaded from the wrong location. Our solution was to write a redirect on the NGNIX config file to cath livewire.js and load it from the right path. We did it like this:
This is inserted right after defining the root folder, certificates, headers, and index.
I hope you can solve your problem with this.
19 replies
FileUpload 401 (Unauthorized)
I have found a solution how to setup the NGINX server for Laravel to work in a subfolder. Thank you again for your guidance.
https://codewithsusan.com/notes/run-laravel-from-subdirectory-on-nginx
19 replies