You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting 409 error on passing blank comment in cancelling application process and if we try again then we get keycloak error (500)
Expected Behavior
If no comment has been passed then Cancel api should give error in early stage but it should pass after providing the comment
Steps To Reproduce
Login to the application as a CX admin
Go to application requests
Click on “Cancel“ button
Do not add any cancellation message
Click “confirm“ Button , you will get the 409 error
Now add comment and then click confirm again
it will throw error for "clientId *** not found on shared idp"
Error Response
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.8 ",
"title": "The resorce is in conflict with the current request.",
"status": 409,
"errors": {
"Org.Eclipse.TractusX.Portal.Backend.Administration.Service": [
"No comment set."
]
},
"errorId": "08a46cb4-39f8-4b56-bd61-79834af0556a",
"details": []
}
when Admin tries to cancel the same Company process along with Cancellation message then system returns below error message.
{
"type": "https://datatracker.ietf.org/doc/html/rfc7231#section-6.6.1",
"title": "The server encountered an unexpected condition.",
"status": 500,
"errors": {
"Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library": [
"clientId saidp8 not found on shared idp"
]
},
"errorId": "43962feb-13a0-4c1c-baae-7811ea3e87ab",
"details": []
}
Expected Fix
Move comment validation in before other code get executed
The text was updated successfully, but these errors were encountered:
Current Behavior
Getting 409 error on passing blank comment in cancelling application process and if we try again then we get keycloak error (500)
Expected Behavior
If no comment has been passed then Cancel api should give error in early stage but it should pass after providing the comment
Steps To Reproduce
Error Response
when Admin tries to cancel the same Company process along with Cancellation message then system returns below error message.
Expected Fix
Move comment validation in before other code get executed
The text was updated successfully, but these errors were encountered: