codemonauts / craft-instagram-feed

Craft CMS plugin to receive Instragram feed data as variable in templates
MIT License
27 stars 7 forks source link

Constantly generating image transforms #62

Closed splendidrob closed 2 years ago

splendidrob commented 2 years ago

Describe the bug:

Feed on production server using proxy is constantly generating asset transforms even when the transform is complete. Refreshing the page once transforms have completed outputs the image correctly but doesnt show the generated assets:

screenshot_954

Each time the page is visited the queue in craft is running the "generating image transforms" task.

Not 100% sure this is an issue with the plugin but if you have any advice please let me know!

Where is it happening?

What are you requesting: Username: ... Hashtag: ...

Config file:

    return [
       'proxyKey' => '***',
       'useProxy' => true,
       'timeout' => 10,
    ];

Software versions: Plugin Version: 1.1.8 PHP Version: 8.0.2 CraftCMS Version: Craft Pro 3.7.44

splendidrob commented 2 years ago

Actually dont think this is an issue with the instagram plugin so will close for now until I'm sure!