Approve and Reject buttons not working on Service PortalIssue Occasionally, when clicking the Approve or Reject buttons on the Approvals widget in Service Portal, nothing happens. Solutions and additional information are provided below.ReleaseAll supported versionsCauseThis happens because the following line of code in the server script is failing: if (app.get(input.target) && app.state.canWrite()) More specifically the app.state.canWrite() function call.ResolutionCheck the dictionary record of state field of sysapproval_approver and make sure that Read Only = false