Images uploading issue

I have got new Ghost instance installed (selfhosted).
Version: [5.105.0]
Environment: production
Database: mysql8

Everything works ok for me but I just realized that there is some issue while uploading images. It is related with both publication logo and image galleries within posts. Using unsplash images works fine.

I have never had such issue before. Do you have any hints?

Post Gallery Error:

Featured Image Error

Publication Logo Error

It looks as if it was related with Sharp but I do not know how to handle it actually.

Is sharp installed? That’d be the first thing to check.

I have just done it via ssh. The errors remain the same :(

Looks as if there were some dependencies problems

Some updates:
1.Installed sharp 0.32.6 with no errors
image
2. Frontend errors remain the same. Nothing changed and I still get ‘Sharp is not installed’ errors in console.
Have you ever faced such issues? Do I have to do something more to get Sharp working properly with Ghost?

How did you install Ghost?

I installed it in rather ‘normal’ way via ssh on my server, following my host’s instructions for Ghost installation. There were no issues at all. Ghost works ok. The only problem is related with images uploading.

So ‘ghost install’ using the cli?

Yes. That’s right. I used the cli.