Uncaught Error: Could not load data:image/png;base64,undefined: undefined
at index-dc6125bc.esm.js:1648:36
at HTMLImageElement.onImageError (three.module.js:42367:19)
handleDecals(type, `data:image/png;base64,${data.photo}`)
I ve researched and can t find anything useful. My application runs great except for this one part. I try using express server to make a get request to openai and return an image that i can use as a logo to paste onto a tshirt, but as soon as i click the generate button, the errors show. I m not sure what the problem is.
Thank you in advance for any help!