I have a workflow that used to run 'Send_an_HTTP_request_to_SharePoint' successfully was failed starting from last week. The error message showed BadGateway as below. How to fix this problem?
{
"error": {
"code": 502,
"source": "asia-001.azure-apim.net",
"clientRequestId": "072b2fc5-f6ac-4d5f-9b31-ae39a297bf27",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "{\"odata.error\":{\"code\":\"1016, Microsoft.ProjectServer.PJClientCallableException\",\"message\":{\"lang\":\"en-US\",\"value\":\"PJClientCallableException: ProjectNameInvalid\\r\\nProjectNameInvalid\\r\\nprojName = PRD/APA 2022 review enhancement\"}}}\r\nclientRequestId: ...\r\nserviceRequestId: ...",
"source": "https://.../sites/.../_api/ProjectServer/Projects/Add",
"errors": []
}
}
}