After I upload an app using /rest/private/web-ui-files endpoint I get a positive response
{ "status": "OK", "message": null, "data": { "serverPath": "/tmp/ ...}
But when I go to the web ui or try to list files using the /rest/private/web-ui-files/search the file is nowhere to be found
Where can I find the file and am I doing something wrong?
Thank you