File upload previews not loading

how can i solve this problem i am hosting the files to azure. but it is giving me errors in the cors when I want to view it with the filament FileUpload component, it keeps loading when I want to edit it
FileUpload::make('path')
->disk('azure')
->visibility('public')
->acceptedFileTypes(['application/pdf'])
->image()
FileUpload::make('path')
->disk('azure')
->visibility('public')
->acceptedFileTypes(['application/pdf'])
->image()
3 Replies
gustavo.dev
gustavo.devOP2y ago
Dennis Koch
Dennis Koch2y ago
You need to fix the cors issues on the azure side
gustavo.dev
gustavo.devOP2y ago
thanks, if it was the cors configuration of azure.
Want results from more Discord servers?
Add your server