I’m having an issue when switching from local storage to Azure Storage

Hi @daft and everyone.
Currently, I’m using local storage, and everything works fine — from uploading files and images to rendering them.
I wanted to switch to Azure Storage, so I set up the environment variables: AZURE_STORAGE_NAME, AZURE_STORAGE_KEY, AZURE_STORAGE_ENDPOINT, AZURE_STORAGE_CONTAINER, and AZURE_ENDPOINT, and updated the filesystems.php file as shown below.

However, when I try to edit a blog post in the editor and attach an image, an error occurs.
I noticed that the system is still trying to access files from local storage.

I would appreciate any advice or suggestions.

This is the error

Hi @n77

Try changing the default driver back to the local filesystem, and hopefully that helps.

    'default' => env('FILESYSTEM_DISK', 'local'),

Hi @daft

I changed the default driver back to the local filesystem.
There’s still no miracle :frowning:
The same error as above keeps appearing.