Marta Jankovics created FINERACT-2320:
-----------------------------------------

             Summary: Error message "Job LOAN_COB is not found or it is 
disabled" appears when accessing Manage Jobs
                 Key: FINERACT-2320
                 URL: https://issues.apache.org/jira/browse/FINERACT-2320
             Project: Apache Fineract
          Issue Type: Bug
            Reporter: Marta Jankovics


When navigating to the *Manage Jobs* section in the Fineract system, an error 
message appears in the top-right corner of the screen:
{quote}*"Job LOAN_COB is not found or it is disabled"*
{quote}
Additionally, the browser developer tools show a failed API call:
 * *Request:*
{{GET 
https://fineract-dev.dev.aws.bimaxi.net/fineract-provider/api/v1/loans/is-catch-up-running}}

 * *Response:*
{{403 Forbidden}}

 * *Response Preview:*

 
 {{{  "developerMessage": "Job LOAN_COB is not found or it is disabled",
  "httpStatusCode": "403",
  "defaultUserMessage": "Job LOAN_COB is not found or it is disabled",
  "userMessageGlobalisationCode": "error.msg.job.disabled"
}}}
*Steps to Reproduce:*
 # Log in to the Fineract system.

 # Navigate to {*}Manage Jobs{*}.

 # Observe the error message in the top-right corner.

 # Open browser developer tools and inspect the failed API call.

*Expected Result:*
The *Manage Jobs* screen should load without errors.

*Actual Result:*
An error message is shown, and the API call to check the loan catch-up job 
fails with a 403 error.

*Notes:*
This may indicate that the {{LOAN_COB}} job is either not configured, disabled, 
or the user lacks permission to access it. Backend configuration and user role 
permissions should be reviewed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to