Hi guys,
With the sample apps provided in the repository I'm able to see full page content when decoding the response of the "/source" endpoint. However, on the app I actually want to test I only get one line, something like:
<?xml version=\"1.0\" encoding=\"UTF-8\" ?> <app-ui> <status>OK</status> <topscreen> <plugin id=\"dev\" name=\"MyApp\"/> <screen focused=\"true\" type=\"RoScreenWrapper\"/> </topscreen> </app-ui>
Any idea what might be the issue?
Thank you