Hey @CavArmy
I’ve had that issue recently too, and while I haven’t looked into why it happens, I have fixed it.
Looking at the output from your ls -al, I see you have a dev folder in /images. If you “ls -al /images/dev”, do you see the image you captured?
I find moving the images from /images/dev to /images usually fixes it.
“mv /images/dev/* /images” should do it I believe.