Capacitor File Upload Fatal Error

Hi guys,

Im trying to create an upload action in Capacitor Framework 7 project and I persistently get this error message:

  1. {status: “500”, message: “image.load: path is required.”,…}

  2. message: “image.load: path is required.”

  3. stack: “Error: image.load: path is required.\n at App.parseRequired (/opt/node_app/lib/core/app.js:523:19)\n at App.load (/opt/node_app/lib/modules/image.js:134:38)\n at App._exec (/opt/node_app/lib/core/app.js:485:57)\n at App._exec (/opt/node_app/lib/core/app.js:456:28)\n at async App.exec (/opt/node_app/lib/core/app.js:425:9)\n at async App.define (/opt/node_app/lib/core/app.js:415:9)”

  4. status: “500”

My upload path and everything is properly setup and my api is on a https site.
Can you help me fix this @Teodor

Thanks.

Community Page
Last updated: