You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did an npm install --save buffer and added import { btoa } from "buffer"; to pages/api/generate.js which fixed my issue. Not sure if anyone else had the same issue?
The text was updated successfully, but these errors were encountered:
Been following the buildspace AI avatar generator project and loving it so far!
I did come across an issue when creating the React app. In the
bufferToBase64
function:I had an issue with
btoa
not being defined:I did an
npm install --save buffer
and addedimport { btoa } from "buffer";
topages/api/generate.js
which fixed my issue. Not sure if anyone else had the same issue?The text was updated successfully, but these errors were encountered: