Thanks George. It’s the base64tofile extension. I didn’t write but seems to work perfectly for my need. This is to get dataurl from sqlite on capacitor (image) back onto the server as a file. This will mean it can all work offline and sync back when there is a internet connection. Then I can upload to s3. Is there any way to do this without a custom extension/ code?
It have placed the files in the extensions/server-connect/modules . I can pick it in the wappler ui and works great when on a local docker. When I try to use it on digital ocean though it doesn’t work and comes up with the error above. I just can’t figure out why.
If I go into the web server on the remote I can see the extension files and also the folder were I want to place the image. The required module fs-extra is listed to on the remote server.
Thanks,