Mamadou Diallo

Results 2 comments of Mamadou Diallo

I had the same problem and found online the below that I added to my App.js file. It works for me import {decode, encode} from 'base-64' if (!global.btoa) { global.btoa...

> anyone please provide the solution I had the same issue and my mistake was using in express exports = {somefunctionName, anotherFunctionName}_ But looking at the above solution I did...