mtbossa
File upload on s3 with Minio (sail)
So, I managed to find a solution. I don't know if this is the best one, but it's working for now.
In my
docker-compose
file I added the following:
MinIO always get the same IP address now.
We can add now change AWS_ENDPOINT=http://minio:9000
to AWS_ENDPOINT=http://172.20.0.5:9000
, and everything is going to work. The file will be uploaded in the browser, and the path will be properly saved in the database.9 replies
File upload on s3 with Minio (sail)
I think this error happens because the host machine does not know how to resolve "http://minio:9000". However, Laravel container knows, that's why it works inside the application, but not in the browser when Filepond makes the request. I'm trying to find a solution for that
9 replies
TextInput does not add mask to field
Hey guys, so, I've noticed the same issue in Firefox. I've opened a issue in filament repo, however, I got the following reply: https://github.com/filamentphp/filament/issues/8047#issuecomment-1692379733
22 replies