Troubleshooting
Overview
This guide helps you resolve common issues that may arise when working with the Optave Assistant for Zendesk.
Common Issues
Installation Problems
Issue: Unable to upload the app to Zendesk
Resolution:
- Verify that the app package was built correctly with
pnpm build - Ensure the package was created with
zcli apps:package dist - Check that you have admin permissions in Zendesk
- Verify that the manifest.json file is correctly formatted
- Try clearing browser cache and reloading the Zendesk admin page
Authentication Issues
Issue: App fails to connect to Optave services
Resolution:
- Verify that the
clientId,clientSecret,authenticationUrl, andwebsocketUrlare correctly entered - Check network connectivity to Optave API endpoints
- Ensure your account has the necessary permissions
- Check for any CORS issues in the browser console
- Verify that the Zendesk app has access to make external requests
App Visibility
Issue: App doesn't appear in expected location
Resolution:
- Verify the app installation was completed successfully
- Check the app manifest for correct location definitions
- Ensure the user has permissions to access the app
- Check if any conditions or restrictions are preventing the app from displaying
- Test with different ticket types to see if visibility is conditional