Troubleshooting
VFP-404: Visualforce Page not found.
If you get this error from the SightCall package into the Console:
"Visualforce Page not found.", here's a procedure to fix it.
Warning: Admin permissions are required.
- 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>