I read the blog. And I tried the code as presented. It didn’t work either as it appears (based on the busboy README using an import
isn’t supported.
Using [email protected]
the import
seems to work when
import * as Busboy from 'busboy'
is changed to
import Busboy from 'busboy'
however the function times out (take more than 10 seconds) even with a 10kb image.
If you are planning to run ffmeg to transform images, keep in mind the execution time limit (which can get raised to 26 seconds on request.) Also worth reading are
Hi,
the deployment of my site is not successful due to this error:
2:23:07 PM: Error writing templates: (more in DEBUG output)
2:23:07 PM: > Having trouble writing template: _site/blog/coordinate-di-latitudine-e-longitudine-nuovo-google-maps/index.html
2:23:07 PM: `TemplateWriterWriteError` was thrown
2:23:07 PM: > Command failed: ffmpeg -i src/site/images/google-maps-trovare-latitudine-con-un-clic.gif -movflags faststart -filter:v "scale=trunc(iw/2)*2:trunc(ih/2)*2" -pix_fmt yuv420p -y -logle…
I need advice to debug deploy Netlify App
This is the error I get when deploying! It works just fine on my local machine though.
error UNHANDLED REJECTION Cannot find ffprobe
Error: Cannot find ffprobe