Motion Detection Notification Image Missmatch

I am using blue iris to hacs integration to detect motion → works
i am using blue iris to ceate binary sensor in HA that detects motions → works
i use the confirm if blue iris detects motion type is motion via mqtt from blueiris to HA → works
then i call the service take a snapshot of Cam1 for example which is my condenser for AC unit stored to /config/www/folder/conderser.jpg
then i call the service to send notification to iphone that contains the image in the format
https://externalhaddress.com/local/folder/condenser.jpg

this all works HOWEVER the image that i’m getting that is in the /config/www/folder/conderser.jpg does not match the file i get in https://externalhaddress.com/local/folder/condenser.jpg

i time stamped them and the image from the /config is 3 hours later than the one i got on the iphone notification. further more i can’t find where it would be pulling the imge from but when i go to https://externalhaddress.com/local/folder/condenser.jpg the image actually resolves and shows the image. when i navigate to /config/www/folder/conderser.jpg i get the image that i want.

what am i missing here?