Good morning, does the module still work in current versions of Wappler? I installed it and the node-fetch and form-data dependencies, but whenever I try to send the form it shows an error, as if the node-fetch extension was installed, I have the application in Docker, I have already deployed it and I restarted the wappler and nothing.
Edited: I fix it by installing version 2 of node-fetch, now Iām having problems searching for the file it seems
Edited: Solved, I changed to sending one file at a time, the problem was only happening with the multi
Hi. The module does have some issue with node-fetch version.
I donāt recollect exactly, but I have seen it in one of my projects as well. But because it was a long time ago, I donāt remember.
And, unfortunately, I never updated this published version.
@sid This extension looks great but unfortunately I need what @karh mentioned in order to create an image object using square API cause the JSON is nested.
One of the devs on team was able to test this Square API.
Turns out, requests with file and data, does not support JSON. So the API here is actually expecting the JSON data to be sent as a key-value pair.
For this, you can create your JSON in a set value, and then bind it in the input data section like so:
Here, the toJSON() formatter is use to stringify the JSON, so that its not converted to actual JSON.