next/image cause the server down of error 502 gateway error.
I check from the devtool network, it go fetch the third party (themoviedb) api. Those images cannot be load correctly but it work fine in my local machine in nextJs build in image component.
I tried to use pure html tag to load those image, this 502 gateway error is solved.
Is any clue that why next/image are causing my DO server 502 gateway error?