Hello, I’m having difficulty accessing the image, it says ENOENT error.
I already tried with
process.cwd(), “public/imagens/photo.jpg”
and the error still comes back
code
const buffer = await fs.readFile(`./public/imagens/example.jpg`);
const { base64 } = await getPlaiceholder(buffer);
App: https://astral.photos/servicos/indaiatuba
And it was working on the first deploy