Byte64 image text not rendering in localhost development environment when setting as image source (React)
I am working on a website where I am getting images from a database. The images are stored as “bytea” variables in a Postgres SQL database. As from all I’ve researched on stackoverflow and other sources, if the image is correctly encoded (i.e., byte64) and I specify the string as the image (i.e., ) source, it should load correctly.