next-optimized-images icon indicating copy to clipboard operation
next-optimized-images copied to clipboard

lqip errors "Error: Input file is missing or of an unsupported image format lqip v2.1.0"

Open FranciscoG opened this issue 4 years ago • 2 comments

"lqip-loader": "^2.2.1", "next-optimized-images": "^2.6.2",

I keep getting this from lqip

Error: Input file is missing or of an unsupported image format lqip v2.1.0
Error: Input file is missing or of an unsupported image format lqip v2.1.0
warn  - ./src/assets/hero.gif?lqip
NonErrorEmittedError: (Emitted value instead of an instance of Error) Error: Input file is missing or of an unsupported image format lqip v2.1.0

The gif it's warning about is in a background-image url css and I did not add that ?lqip to it so I have no idea why it's trying to do that.

I'm not sure what those other Errors are either, it does not give me the file names. Or maybe it's all related to the gif?

FranciscoG avatar Sep 29 '20 18:09 FranciscoG

Also getting this. It's warning me about svgs and ico-files that I'm not even adding ?lqip to.

andree-rehnberg avatar Oct 01 '20 21:10 andree-rehnberg

at least it's just warnings and not causing any issues that I can see, still weird that it's happening

FranciscoG avatar Oct 06 '20 14:10 FranciscoG