The binary image data is stored in mongodb collection as shown below
image:Binary('XXXXXXXXXXX...', 0)
when I am trying to display it in html
<div > <img src="data:image/png;base64,{{person.image}}"/></div>
It gives me this error when executing:
net::ERR_UNKNOWN_URL_SCHEME png;base64,[object Object]:1
I didn't convert the binary data to base64