The images are unable to preview when you use a disk different from the default one.
For instance:
ArrayImages::make('Images')->disk('s3')->path('uploads');
And your default disk is set to local. It is trying to load the image url from the local disk instead of the s3 disk.
The images are unable to preview when you use a disk different from the default one.
For instance:
And your default disk is set to
local. It is trying to load the image url from thelocaldisk instead of thes3disk.