RangeNotSatisfiableError at createHttpError

My nodejs app crashes with the error above after React Native App fetches listings. A listing has an image, title, category and description. How can i fix the error?

Is there any more to this error? Sounds like your app is running into an HTTP 416 Range Not Satisfiable response but I don’t know why.

Yeah,you’re right… Anybody with a clue on how to solve it?