Hi everyone! I am a developer using Mifos in my organization and need some support 1. When we create a Loan Application from the API it sets the Dates a day earlier. For instance when the Creation date is March 15, 2022 it sets it to March 14 2022 so we can only disburse from that date. And the repayment schedule starts from March 14 too instead of March 15.
2. When we try using the following API it does not work and comes with the attached error message. POST https://DomainName/api/v1/loans/1/schedule?command=calculateLoanSchedule <https://domainname/api/v1/loans/1/schedule?command=calculateLoanSchedule> The response shows the repayment schedule change but the new schedule does not show on the UI 3. Sometimes when we try to Approve a loan from the API we get the message below which is not descriptive enough. But I suspect it is due to the date issue.{"timestamp":1647317430052,"status":500,"error":"Internal Server Error","message":"","path":"/fineract-provider/api/v1/loans/{loanId}"
