Discussions

Ask a Question
Back to All

Images not loading on engine after deploy

After pushing to our site (on locomotive.works) with the data option, suddenly images which have appeared correctly, are not appearing correctly anymore. The changes pushed only affected content types, not the pages showing the faulty behavior.

In contrast to working image links, the links of the missing images don't contain any file endings (.png, .jpg or similar), have this weird ´´old´´ param on the path and include some query strings:

´´´
.../sites/5720d0ca1a3dcd1/pages/5720d807a2f4220ca1a3dcd3/files/old?1463132645&editable-path=main--landingpage_coins--coin_left_image
´´´

The images are captured as follows:

´´´
{% capture coin_topright_url %}{% editable_file "coin_topright_image", hint: "Upload a coin image for the top right coin." %}{% endeditable_file %}{% endcapture %}
´´´

Any idea about what causes this issue and how to fix this?