Greetings, good morning.
I go straight to the point, he knows that I am using the library and I am having problems when I try to resize an image that does not exist on the server. Is there any way to control this behavior? I had to migrate my server and in the process I lost some images, so at the time of resizing them, they are obviously not found on the server and therefore throws me an error and my server goes down. I wish I could control the error. Currently my configuration is as follows
app.use(qt.static(__dirname + '/../uploads', {
cacheDir: __dirname + '/../uploads/thumbnail'
}));