v3ss0n commented on PR #1663: URL: https://github.com/apache/fineract/pull/1663#issuecomment-1140232911
Then we have a problem , we tried table reports for loans , they end up with same error as this. `https://community.fineract.test.com/fineract-provider/api/v1/runreports/Active%20Loans%20-%20Details` ``` Possibly unhandled rejection: {"data":{"developerMessage":"The requested resource is not available.","httpStatusCode":"404","defaultUserMessage":"The requested resource is not available.","userMessageGlobalisationCode":"error.msg.resource.not.found","errors":[{"developerMessage":"Reporting meta-data entry not found.","defaultUserMessage":"Reporting meta-data entry not found.","userMessageGlobalisationCode":"error.msg.report.name.not.found","parameterName":"id","value":null,"args":[{"value":"Report Name: Active Loans \\- Details"}]}]},"status":404,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"https://community.fineract.test.com/fineract-provider/api/v1/runreports/Active%20Loans%20-%20Details","params":{"R_officeId":"1","R_loanPurposeId":"-1","R_currencyId":"MMK","R_fundId":"-1","R_loanOfficerId":"-1","R_loanProductId":"-1"},"headers":{"Accept":"application/json, text/plain, */*","Fineract-Platform-TenantId":"def ault","Authorization":"Basic bWlmb3M6TTE3cDQkJHdvcmQ="}},"statusText":"","xhrStatus":"complete","resource":{}} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
