I'm using express static to host pictures that my bot uses in cards. As I updated the pictures, nothing changed.
With some inspection in a browser, it seems likely, that Facebook caches my pictures.
Here is the url that Facebook fetches:
This is the old version of the picture. Although if I go to my_url
referenced above, I get the updated, correct picture.
How can I force Facebook to reload this resource in cache?
UPDATE: I scraped my urls with Facebook Sharing Debugger, it shows the correct pictures, but in Messenger I still see the old versions.