Define disk in filament ImportAction

ImportAction always failed to upload since i implemented a external storage(blob). Is it possible to define the disk to use in the import action?
4 Replies
JustNoOne
JustNoOneOP3w ago
Up
Bruno Pereira
Bruno Pereira3w ago
make sure that in your env file you set FILAMENT_FILESYSTEM_DISK to the external storage
JustNoOne
JustNoOneOP3w ago
what's the difference between FILESYSTEM_DISK and FILAMENT_FILESYSTEM_DISK in the env file?
Bruno Pereira
Bruno Pereira3w ago
one is for laravel and another is for filament

Did you find this page helpful?