Hi All.
I'm trying to import SAPUI5 apps deployed on gateway using web ide, but I'm getting the fllowing error:
Failed to get the applications. Make sure /sap/bc/adt/discovery is reachable and returns a valid XML
I get this error using both WebIde on SCP (via cloud connector) and WebIde Personal Edition on my personal computer.
I checked service /sap/bc/adt and it's active on gateway:

Also, if I point my browser to my gateway's https://<host>:<port>/sap/bc/adt/discovery I can access the xml file.
If I debug WebIde's network requests on the browser, I can see that it successfully gets the xml file, as you can see in the following image:

So I don't understand why does it throw the error if it can succesfully get the XML file. Could it be a wrong file? how do I know if the file is correct? any ideas on how to solve this issue?
Regards.