`It shows my image url correct.
Actually I tested two different cases. One is using FILE_URL, the other is DATA_URL. The second case the console will show my image base64 data.`
After reading this, have you tried using the atob() method when getting the DATA_URL?