Morning all , Anybody knows why buffer is not defi...
# 🌎general
p
Morning all , Anybody knows why buffer is not defined ? "Error executing action "inline-ins-f09b1151f0.js" in flow:Main:node:api [ReferenceError, Buffer is not defined]" Any ways around it ? Tried to import it , soon as I use buffer it throws this error, const headers = { 'Content-Type': 'application/json', Authorization: `Basic ${Buffer.from(
${username}:${password}
).toString('base64')}`, }
k
Im getting the same error trying to encode a string, did you find a solution?
3 Views