Julio Bastida

Results 4 comments of Julio Bastida

It looks like it will be part of the 0.46b release since it was added very recently

The log that we sent and that is causing our app to freeze is ``` "response": { "statusCode": 200, "body": "\n{\"data\":{\"patName\":\"ALXXX\",\"patLastname\":\"CHXXX\",\"patSurename\":\"XXX\",\"patBdate\":\"19XX-XX-XX\",\"patGender\":\"X\",\"patEmail\":\"alXX@XXXX\",\"patTelephone\":\"+XXYYYYYY\",\"calle\":\"\",\"numeroCalle\":\"\",\"colonia\":\"\",\"delegacion\":\"\",\"cp\":\"\",\"ciudad\":\"\",\"dia\":\"XX\",\"mes\":\"XX\",\"anio\":\"19XX\",\"is_SDI\":\"No\",\"ultiLimpieza\":null},\"error\":\"\"}", "headers": { "date": "Mon, 03 Sep 2018 04:16:41 GMT",...

As you can see this is an API call and my guess is that the problem has something to do with how the body is formatted, that's why we had...