msalehi
MediaLibrary not working with minIO with docker
i used my own env variable and now i'm sure that my project is connected to minio, because i tested it using tinker and Storage facade and it worked, but i found that the uploaded file field, before saving data is set to an empty array
and returned something like this :
as you can see
images
is empty!
i tested this using default fileUpload component .16 replies
Error 401 on upload in Filament Admin
my problem solved.
actually it was because of my proxy pass in nginx that solved with this one line of code :
source:
https://github.com/livewire/livewire/discussions/3084
4 replies
Error 401 on upload in Filament Admin
I have the same problem with laravel 10 on octane and swoole, on production environment.
i already used forceScheme in my boot() method in AppServiceProvider and set the $proxies in TrustProxies middleware but has no effect. i'm also using nginx and reverse proxy in production ..
has anyone any solution?
4 replies
Blocked loading mixed active content
this is my upload url from browser console :
https://blog.mediaverse.land/livewire/upload-file?expires=1697809949&signature=721efeada86607d7f5e5fa5e0f02743a8de74c59553c5e9841d9937fd22ac1db
26 replies