adt-apjc / YAP

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Runtime error on REST call - testing #202

Closed marumer closed 11 months ago

marumer commented 11 months ago

Testing with an REST action that point to a undefined endpoint, then fixing the endpoint name and request the get command again

image

![Uploading image.png…]()

marumer commented 11 months ago

Issue identified in {props.results[index].failureCause} image

In some scenario we are passing a failureCause object instead of an expected string

image

Not sure we are showing the right message either, the endpoint was incorrect (pointing to null) but updated in Setting and the error is still there. image

marumer commented 11 months ago

replicate by running step 2 of the hello world demo that miss the projectId