lelghrib
Results
2
comments of
lelghrib
@zSergeant did you find the solution? I'm running into the same error. thx!
Found the answer in an other issue, you have to use the base 64 of the image : ` const uri64 = await toBase64(uri); const image = 'data:image/jpeg;base64,' + uri64;...