One Off Fix For the Dynamic Image Resizing Bug

Symptoms:
Image counts drop to 2 images when clicked and the photos are blacked out.

One off fix can be done by deleting the images & then running a refresh on the listing:

**Caution: This command can be detrimental if it is not done correctly. Make sure to copy & paste it as it is written below to avoid issues **

Here are the step by step instructions:

To remove images from the database, you would run the following command in Mongo:

db.properties.updateOne({board:<BOARD_NUMBER>,mls_number:"<MLS_NUMBER>"}, {$unset: {images:""}})

in which <BOARD_NUMBER> is the MLS board number that the listing is from and <MLS_NUMBER> is is the MLS number for the listing.

You should see this if it actually worked:

After that, run a refresh on the listing:

You should see images pull in if it worked..it looks like a bunch of this

{"board": 244, "mls_number": "PM-88788", "prop_uid": "20210621141114916875000000", "event": "new image: <Image object: B#244MLS#PM-88788@60, MD5:ad5fbd38e5f3170e8f116c84c2308598>", "logger": "pulley.lib.pullers", "level": "info", "timestamp": "2021-09-21T16:49:24.674804Z"}