Open hlairboltons opened 2 years ago
In this moralis tutorial with Fillip, i attempt to console.log the promises array and get
data.toString("base64") > TypeError: Cannot read property 'toString' of undefined
same error when I run this tutorial
same here , why is that ?
me, too
use previous base64 decoding through const imageToBase64 = require('image-to-base64'); https://www.npmjs.com/package/image-to-base64
In this moralis tutorial with Fillip, i attempt to console.log the promises array and get
data.toString("base64") > TypeError: Cannot read property 'toString' of undefined