print imgproxy dimensions error

This commit is contained in:
keyan 2024-07-04 17:54:54 -05:00
parent 79f0df17b2
commit bcdbf9cede
1 changed files with 1 additions and 1 deletions

View File

@ -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')