F
Filament9mo ago
core

cors error on Form fileupload with minio

I get a cors error when using: http://example.test, I can upload to minio via a laravel route but not via Filament. : where do I setup the cors for filament/livewire? FILESYSTEM_DISK=s3 AWS_ENDPOINT=http://minio:9000 AWS_USE_PATH_STYLE_ENDPOINT=true AWS_URL=http://localhost:9000/images, (tried to change this to :http://example.test/images
3 Replies