FUXA icon indicating copy to clipboard operation
FUXA copied to clipboard

WebApi Result of request..

Open stovesy opened this issue 3 years ago • 1 comments

FUXA V1.1.6-642 Using WebAPI the result of request does not fill with the json data..

Data returned from the server is {"time":1646389890,"number":10} Result of request does not complete, and result spinner continues.

Data is correct in _readRequest function in httprequest/index.js var _readRequest = function () { return new Promise(function (resolve, reject) { if (data.property.method === 'GET') { axios.get(data.property.address).then(res => { lastTimestampRequest = new Date().getTime(); console.log("HTTP Data is ", parseData(res.data, data.property)); resolve(parseData(res.data, data.property)); }).catch(err => { reject(err); }); } else { reject(); } }); }

Thank you.

stovesy avatar Mar 04 '22 10:03 stovesy

Hi, I'm sorry but I don't understand what is not working...

unocelli avatar Mar 06 '22 16:03 unocelli

I am closing this issue due to inactivity.

unocelli avatar Feb 05 '23 09:02 unocelli