diff --git a/worker/imgproxy.js b/worker/imgproxy.js index 6f4691be..13e8ebed 100644 --- a/worker/imgproxy.js +++ b/worker/imgproxy.js @@ -113,7 +113,7 @@ export const createImgproxyUrls = async (id, text, { models, forceFetch }) => { dimensions: await getDimensions(fetchUrl) } } catch (err) { - console.log('[imgproxy] id:', id, '-- error getting dimensions (possibly not running imgproxy pro)') + console.log('[imgproxy] id:', id, '-- error getting dimensions (possibly not running imgproxy pro)', err) } for (const res of resolutions) { const [w, h] = res.split('x')