Hi experts,
We are using axios for below purposes in server.js file
- API calls(POST, PUT, GET)
- Converting attachments in base64 format
I observed that axios is failing multiple times while converting the file and sometimes it fails in API calls also.
For attachment conversion, we are first fetching attachments from link and converting it to buffer and then to base64 encoded format.
Can you please confirm if the below-mentioned libraries are still supported in FD or if it needs changes?
"dependencies": {
"axios": "0.19.2",
"buffer": "5.6.0"
},
Thanks,
Dev