MoralisWeb3 / youtube-tutorials

631 stars 1.42k forks source link

NFT upload issue #22

Open hlairboltons opened 2 years ago

hlairboltons commented 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

princeofburma commented 2 years ago

same error when I run this tutorial

GitCulture commented 2 years ago

same here , why is that ?

tenumars commented 2 years ago

me, too

LasloMagnusen commented 2 years ago

use previous base64 decoding through const imageToBase64 = require('image-to-base64'); https://www.npmjs.com/package/image-to-base64