Hi!
We are using AWS by HTTP template (version: '6.2' date: '2022-08-29T03:55:47Z'). It has 3 Discovery Rules, RDS and S3 are working fine but in EC2 we get the following error:
Cannot find the "data" array in the received JSON object.
{"error":"Failed response parse. Check debug log for more information."}.
If we check the variable "response" after being converted in JavaScript by return JSON.parse(response) it has all the data, but something happens after being coverted.... or we are't doing something correctly
.
Here are some screenshots:


Any ideas??
Thnks in advance!
We are using AWS by HTTP template (version: '6.2' date: '2022-08-29T03:55:47Z'). It has 3 Discovery Rules, RDS and S3 are working fine but in EC2 we get the following error:
Cannot find the "data" array in the received JSON object.
{"error":"Failed response parse. Check debug log for more information."}.
If we check the variable "response" after being converted in JavaScript by return JSON.parse(response) it has all the data, but something happens after being coverted.... or we are't doing something correctly
.Here are some screenshots:
Any ideas??
Thnks in advance!
Comment