I’m getting the base64 image from the server,
the image does not appear.
error message:GET data:image/png;base64,{base64 string} net::ERR_INVALID_URL
<img src={data?.gameIcon} alt="" className={styles.gameIcon} id="img"/>
The BASE64 image is currently stored in mysql and is loaded with that data.
Help me please. i don’t solved this problem.