API File Upload Action - NodeJS & PHP [Open Source]

Is anyone using this extension using Wappler 7.x.x.?

As far as I can see I’ve installed it correctly, its in the correct folder location and I can create an API File Upload Action:

image

However, when I go to the front end form and upload an image I get the following error:


The full wording on the error is here:
``{
"status": "500",
"message": "Module FileUploadModule doesn't exist",
"stack": "Error: Module FileUploadModule doesn't exist\n at App._exec (C:\Users\micro\Documents\aaawwwroot\redacted\lib\core\app.js:737:19)\n at App._exec (C:\Users\micro\Documents\aaawwwroot\redacted\lib\core\app.js:716:20)\n at async App.exec (C:\Users\micro\Documents\aaawwwroot\redacted\lib\core\app.js:682:5)\n at async App.define (C:\Users\micro\Documents\aaawwwroot\redacted\lib\core\app.js:664:5)"
}``

Looks like Wappler is not recognising the module, even though its correctly place and I’ve restarted Wappler a few times. node-fetch2 and form-data have been successfully installed via NPM.

Any ideas anyone?

In addition, the help page posted multiple times on this page now has zero relevance to installing an extension, its been updated to the latest set of instructions.:

Wappler really needs to have this as a native action instead of having to use an extension.