3 respuestas
@Ranajit Paul - The error "You don't have any zip files to import Knowledge Articles under your Salesforce Org" should not appear on the login page. This is a Data Management import tool error, not a login error, and its appearance during login suggests a misconfiguration, custom login flow, or a bug in a managed package or custom Visualforce/Lightning component
.
Recommended Actions
- Check Custom Login Flows: Review any custom login pages, flows, or SSO configurations that might execute Apex or Visualforce logic.
- Inspect Custom Code: Look for triggers, controllers, or scripts that reference Knowledge objects or import utilities during user authentication.
- Review Debug Logs: Enable debug logs for a login attempt to trace where the error originates.
- Contact Salesforce Support: If no custom code is involved, this may be a platform bug requiring support intervention.