application-integration-management-toolkit icon indicating copy to clipboard operation
application-integration-management-toolkit copied to clipboard

integration export (scaffold) failing with DEBUG: 2024/07/12 11:03:52 httpclient.go:238: status code 500 "message": "Unknown Error."

Open kondurure opened this issue 1 year ago • 0 comments

one of integration export (scaffold) failing with below error , this issue of export is occurring for only one integration.

DEBUG: 2024/07/12 11:03:52 httpclient.go:97: Content-Type : application/json { DEBUG: 2024/07/12 11:03:52 httpclient.go:238: status code 500, error in response: { "error": { "code": 500, "message": "Unknown Error.", "status": "UNKNOWN" } }

"error": { Error: Internal server error: { "error": { "code": 500, "message": "Unknown Error.", "status": "UNKNOWN" } }

"code": 500,
"message": "Unknown Error.",
"status": "UNKNOWN"

} }

kondurure avatar Jul 12 '24 11:07 kondurure