# Get app installation errors location Get the location where a specific app had installation errors. Endpoint: GET /apps/installingerrorslocation/{appname} Version: 6.6.1 ## Path parameters: - `appname` (string) Name of the application Example: "electrumxtest" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.ip` (string) IP address of node with errors - `data.name` (string) Application name - `data.broadcastedAt` (string) - `data.expireAt` (string) - `data.hash` (string) Error hash - `data.error` (string) Error message