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()