function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nikhil DevNikhil Dev 

GACK error when reassigning the record in Approval process.

I have an Opportunity record which is accessible using a Visualforce page.
The Opportunity is currently in Approval Process and when I click Reassign link and try to assing the ne Approver it is throwing me Internal Server Error. I have enabled debugs to check if there is any issue but I cannot see logs created.

We are using below code to display Opportunity detail page.
<apex:detail inlineEdit="true" showChatter="true" relatedListHover="true" />