Error on Code Dependencies - Sharp

Sharp code dependencies was working correctly up until a week ago, but now it return this error:

{2 items
success:false
error:"Could not load the "sharp" module using the linux-x64 runtime Possible solutions: - Ensure optional dependencies can be installed: npm install --include=optional sharp - Ensure your package manager supports multi-platform installation: See https://sharp.pixelplumbing.com/install#cross-platform - Add platform-specific dependencies: npm install --os=linux --cpu=x64 sharp - Consult the installation documentation: See https://sharp.pixelplumbing.com/install"
}

How to reproduce this issue:

  1. Use “Code” node
  2. Add dependencies : Sharp

Please advise

@vinc, could you please provide the sample code you are using to reproduce this error?

https://cloud.activepieces.com/projects/N7nmq16yuq0XNmDBaGI41/flows/RlLyytLTiw65KPpEcomf6

Made a quick flow for your test, feel free to check that out

Hi @vinc

Are you self hosting? or in the cloud?

The cloud

For your reference, sharp module was working fine until a week ago, it suddenly stop working since then