Solutions to problems you're most likely to encounter.
Login Issues
"Invalid credentials" error
- Verify your email address and password are correct.
- Reset your password from the login page.
- Clear your browser cache and cookies.
- Try a different browser to rule out extension conflicts.
Password reset email not arriving
- Check your spam or junk folder.
- Verify you're using the email address you signed up with.
- Wait a few minutes. Email delivery can have brief delays.
- Contact your team admin to confirm your account exists.
Performance Issues
Slow page loads
- Check your internet connection.
- Clear your browser cache.
- Disable browser extensions temporarily (ad blockers can interfere).
- Try Chrome or Edge for best compatibility.
Real-time updates not appearing
Ticket updates, boss battles, and notifications rely on WebSocket connections.
- Refresh the page to re-establish the connection.
- Check if your network or firewall blocks WebSocket connections.
- If you're on a VPN, try temporarily disconnecting.
Notification Issues
Not receiving notifications
- Check Settings → Agent → Notifications to confirm your preferences.
- Verify browser notification permissions (look for the lock icon in your address bar).
- Check your operating system notification settings.
- For push notifications, make sure you accepted the browser permission prompt.
Widget Issues
Chat widget not appearing on your website
- Verify the script tag is present in your page source and uses the correct team ID.
- Open your browser console (F12) and look for errors.
- Check if ad blockers or privacy extensions are blocking the script.
- Confirm the script URL is using HTTPS.
Data Issues
Import not working
- File must be under 50 MB and contain 10,000 records or fewer
- Accepted formats: CSV, JSON, JSONL, NDJSON, XLSX, XML, ZIP
- CSVs must be saved as UTF-8 encoding
- The file must contain at least one data record, not just headers
Export not downloading
- Verify you have the
export_datapermission. Owners, Admins, and Managers all do. - The Settings UI and the
GET /api/v1/teams/{teamId}/exportendpoint use the same gate. - Check your browser's download settings and popup blocker.
Still Stuck
Reach out through the chat widget or email support@cstar.help. Include what you were doing, what you expected to happen, and what happened instead.