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.