My error was duplicating /images in the argument passed to the filter.
My feature request is that more information be included in the error. If it said "could not be found in 'default.storage'" that would give me a starting point.
If it were able to get the directory from the options and tell me in the error message that /images/images/code couldn't be found, wow, that'd be awesome.
I have another issue somewhere related to this, where I'm trying to get the underlying filename. In that particular case, I wanted to know if the file was missing so I could download it before continuing, or at least trigger an async message to do so.
Is your feature request related to a problem? Please describe.
Debugging a missing image could be easier. Describe the solution you'd like
It took me too long to figure out that I had a redundancy in my path
But I was passing
My error was duplicating /images in the argument passed to the filter.
My feature request is that more information be included in the error. If it said "could not be found in 'default.storage'" that would give me a starting point.
If it were able to get the directory from the options and tell me in the error message that /images/images/code couldn't be found, wow, that'd be awesome.
I have another issue somewhere related to this, where I'm trying to get the underlying filename. In that particular case, I wanted to know if the file was missing so I could download it before continuing, or at least trigger an async message to do so.