skeleton55
skeleton55
The Option "Use legacy message template" no longer seems to work in the new update and the issue persists. So now there is unfortunately no workaround.
The images are downloaded with the correct width and changing the width of the larger images by changing the params value in the url makes them load fast. Conversely, changing...
For example this image: https://lists.lserv.at/mosaico/img?src=https%3A%2F%2Flists.lserv.at%2Ffiles%2Fcampaign%2Ffile%2F36%2F551137036d2cc6478898250a1236fb2d&method=resize¶ms=500,null
It seems that this issue is related to the file cache. The file cache in the db is deleted right after it is created but if we comment out line...
console.log(err) is null it seems that the whole 5 seconds come from file-cache.js:103 changing setTimeout(callback, 5000)), to some other value changes how long it takes the image to load the...
In our case: we couldn't figure out in the end why exactly this happens, so we just use the workaround described above : comment out line 155 in mailtrain/server/lib/file-cache.js(the one...
Just upgraded to 5.3 and we are seeing the same behavior, it seems to be related to the legacy parser.