I have deployed my netlify application and it works fine. Then, I paid attention, that there are no static png/jpeg pictures, and networks show this error in response (status 500):
IPX Error (500)
Interesting thing, that svg pictures look fine (well, it's just code, so, no questions).
I have read, that I need to install sharp package it make my project parse static pictures, so I did. By the way, I have Next.js project, and I have read, that there is no need to configure this package, Next.js config it automatically.
So, how can fix this error with static pictures?
PS. I deploy it using netlify-cli, if it's important.