An error occurred while fetching the assigned iteration of the selected issue.
why gitlab replace the base64 image to something stange?
Simple base64 image in gitlab issue page will be converted to another base64 image, and then nothing will be displayed.
Steps reproduce.
- see the original image tag
<img src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" />
- see the displayed image (below)
- open browser developer tool, and see whether the displayed image is like,
<a class="no-attachment-icon" href="" rel="noopener noreferrer" target="_blank"><img decoding="async" class="lazy" data-src="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></a>
- please make the original image displayed.