This procedure corrects the error from the SightCall package into the Console: "Visualforce Page not found."
Requirements
You must have Admin permissions to use this procedure.
Procedure
Step 1. Go to the setup of your organization, and search for "Visualforce Pages" in the quick find menu.
Step 2. Click on "New".
- Label: api_sessionid
- Name: api_sessionid
- Available for Lightning Experience, Lightning Communities, and the mobile app: Yes
- Require CSRF protection on GET requests: No
<apex:page >
Start_Of_Session_Id{!$Api.Session_ID}End_Of_Session_Id
</apex:page>
Step 5. Save and refresh your lightning component. The problem will be fixed.