Troubleshooting Conversations
Solutions to common problems you might encounter when working with the Conversations section.
Quick Troubleshooting Guideโ
Symptom โ Solution Lookupโ
| Problem | Quick Fix | Detailed Section |
|---|---|---|
| Conversations won't load | Refresh page, check internet | Page Won't Load |
| Filter not working | Clear filters, reapply | Filter Issues |
| Modal won't open | Refresh page, try different browser | Modal Issues |
| Can't edit feedback | Check permissions, verify logged in | Edit Issues |
| No conversations showing | Check date range, verify data exists | Empty Table |
| Sources not displaying | Normal for cache hits, check JSON format | Source Issues |
Page Loading Issuesโ
Conversations Page Won't Loadโ
Symptom: Page is blank, stuck loading, or shows error message
Possible Causes:
- Network connection issue
- Server problem
- Browser cache problem
- Session expired
Solution 1: Refresh the Pageโ
Steps:
- Press F5 or Ctrl/Cmd + R
- Wait 5-10 seconds for page to load
- Check if conversations appear
Why: Often resolves temporary loading glitches
Solution 2: Hard Refreshโ
Steps:
- Press Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac)
- This clears browser cache and reloads fresh data
- Wait for page to load completely
Why: Clears cached JavaScript that may be causing issues
Solution 3: Check Internet Connectionโ
Steps:
- Try opening another website (e.g., google.com)
- Verify you're connected to the internet
- If connection is slow, wait and try again
- Switch to a more stable network if possible
Solution 4: Log Out and Log Back Inโ
Steps:
- Click Logout (if button is visible)
- Or navigate to login page manually
- Log in with your credentials
- Navigate back to Conversations
Why: Session may have expired
Solution 5: Try Different Browserโ
Steps:
- Open a different browser (Chrome, Firefox, Safari, Edge)
- Log in to admin panel
- Navigate to Conversations
- Check if issue persists
Why: Isolates browser-specific problems
Filter and Search Issuesโ
Filter Not Workingโ
Symptom: Selecting a filter doesn't update the table
Possible Causes:
- Filter not applied (forgot to click "Apply")
- No conversations match filter criteria
- JavaScript error
- Browser cache issue
Solution 1: Apply Filter Properlyโ
Steps:
- Select your filter (e.g., "Negative Feedback Only")
- Click "Apply Filters" button (don't assume it auto-applies)
- Wait for table to refresh
- Check if results updated
Why: Some interfaces require explicit "Apply" action
Solution 2: Clear and Reapplyโ
Steps:
- Click "Clear Filters" or "Reset"
- Verify table shows all conversations
- Select filter again
- Click "Apply Filters"
Why: Clears any conflicting filter settings
Solution 3: Check Browser Consoleโ
Steps (for advanced users):
- Press F12 to open Developer Tools
- Click Console tab
- Look for red error messages
- Take screenshot and contact support if errors present
Why: JavaScript errors may prevent filters from working
No Results After Filteringโ
Symptom: Filter applied, but table shows "No conversations found" or is empty
Possible Causes:
- No conversations match the filter criteria (legitimately)
- Date range too narrow
- Filter combination too restrictive
Solution 1: Verify Filter Criteriaโ
Steps:
- Check what filters are active
- Ask: "Are there actually conversations matching these criteria?"
- Try broadening the filter (e.g., "All Feedback" instead of "Negative Only")
Example:
Filter: Negative Feedback + Last 24 Hours
Result: No conversations
Reality: You only got 2 negative feedbacks this week, none in last 24 hours
Action: Change date range to "Last 7 Days" or "All Time"
Solution 2: Clear Filters Completelyโ
Steps:
- Click "Clear Filters"
- Verify some conversations appear
- If table is still empty, there may be a data issue (see No Conversations Showing)
Modal and Display Issuesโ
Conversation Modal Won't Openโ
Symptom: Clicking "View" button does nothing or shows error
Possible Causes:
- JavaScript error
- Browser popup blocker
- Session expired
- Corrupted conversation data
Solution 1: Try Againโ
Steps:
- Wait 2-3 seconds
- Click "View" button again
- Sometimes requires double-click or takes a moment to load
Solution 2: Refresh and Retryโ
Steps:
- Refresh the page (F5)
- Find the conversation again
- Click "View"
Why: Clears temporary JavaScript errors
Solution 3: Check Browser Consoleโ
Steps:
- Press F12 to open Developer Tools
- Click Console tab
- Click "View" button on a conversation
- Look for red error messages
- Screenshot errors and contact support
Solution 4: Try Different Conversationโ
Steps:
- Try clicking "View" on a different conversation
- If other modals open, issue is with that specific conversation
- Note the conversation ID
- Contact support about that specific conversation
Modal Won't Closeโ
Symptom: Clicking X, Cancel, or Esc doesn't close the modal
Possible Causes:
- Modal is saving data (wait for completion)
- JavaScript error
- Browser freeze
Solution 1: Wait for Save to Completeโ
Check for:
- Loading spinner
- "Saving..." message
- Progress indicator
Action: Wait 5-10 seconds for save to finish
Solution 2: Multiple Close Attemptsโ
Try all methods:
- Click X in top-right corner
- Click Cancel or Close button at bottom
- Press Esc key
- Click outside the modal (on darkened background)
Solution 3: Refresh Pageโ
If modal still won't close:
- Press F5 to refresh
- You'll lose any unsaved changes in the modal
- Modal should close when page refreshes
Refreshing the page will lose any unsaved edits. Only use this as last resort.
Data Issuesโ
No Conversations Showingโ
Symptom: Conversations table is completely empty (not just filtered)
Possible Causes:
- No conversations have been logged yet (new system)
- Database connection issue
- Permissions problem (can't view conversations)
- Date range filter excluding all data
Solution 1: Clear All Filtersโ
Steps:
- Click "Clear Filters" or "Reset"
- Ensure no filters are active
- Refresh page (F5)
- Check if conversations appear
Solution 2: Verify System Has Dataโ
Questions to ask:
- Is the chatbot live and receiving user questions?
- Has anyone used the chatbot recently?
- Is this a brand new installation?
If brand new: No conversations yet - this is normal. Check back after users start asking questions.
Solution 3: Check Permissionsโ
Steps:
- Try accessing other sections (Cache Management, Dashboard)
- If they load but Conversations doesn't, may be a permissions issue
- Contact IT support to verify your account has conversation view permissions
Sources Not Displayingโ
Symptom: Sources field in conversation modal is empty or shows []
Possible Causes:
- Response was from cache (not RAG search) - NORMAL
- No sources were found (unusual)
- Display issue
Solution 1: Check Response Timeโ
Steps:
- Look at Response Time in the conversation
- If < 1 second: This was a cache hit (no sources expected)
- If 2-8 seconds: This was RAG search (sources should be present)
Empty sources + fast response = Cache hit (normal)
Solution 2: Check Response Qualityโ
If sources are empty and response time is slow:
- This is unusual (RAG search but no sources found)
- Check if the response makes sense
- If response is generic or vague, may indicate issue
- Note the conversation ID and report to support
Response Text Looks Brokenโ
Symptom: Response has weird characters, broken formatting, or doesn't display properly
Possible Causes:
- Markdown rendering issue
- Special characters not escaped
- Database encoding problem
Solution: View Raw Dataโ
Steps:
- Copy the response text
- Paste into a plain text editor (Notepad, TextEdit)
- Check if content is readable there
- If readable, it's a display issue in the admin panel
- If not readable, it's a data corruption issue
Report to support with:
- Conversation ID
- Screenshot of broken display
- Copy of raw text
Performance Issuesโ
Conversations Loading Very Slowlyโ
Symptom: Page takes 10+ seconds to load conversation table
Possible Causes:
- Very large number of conversations (thousands)
- Slow internet connection
- Server performance issue
Solution 1: Use Filters to Reduce Dataโ
Steps:
- Filter by date range (e.g., "Last 7 Days" instead of "All Time")
- Filter by feedback type (e.g., "Negative Only")
- Reduce items per page (e.g., 10 instead of 100)
Why: Loading fewer conversations is faster
Solution 2: Check Internet Speedโ
Steps:
- Run a speed test (speedtest.net)
- If download speed < 1 Mbps, you may have slow connection
- Try switching networks (Wi-Fi to Ethernet, or vice versa)
Solution 3: Contact Supportโ
If consistently slow (every time, not just once):
- Note the time of day when it's slow
- Check if other admin sections are also slow
- Report to IT support with details
Editing Issuesโ
Can't Edit Feedbackโ
Symptom: Edit button is missing or clicking it does nothing
Possible Causes:
- Insufficient permissions
- Conversation is read-only (archived, locked)
- JavaScript error
Solution 1: Check Permissionsโ
Steps:
- Verify you can edit other things (cache entries, prompts)
- If you can edit those but not conversations, it's a permission issue
- Contact support to request conversation edit permissions
Solution 2: Try Different Conversationโ
Steps:
- Try editing a different conversation
- If some are editable but not others, specific conversations may be locked
- Note which ones aren't editable and report to support
Changes Don't Saveโ
Symptom: Clicking "Save" doesn't save edits to feedback
Possible Causes:
- Network issue
- Session expired
- Validation error
- Server error
Solution 1: Check for Error Messagesโ
Look for:
- Red notification at top of page
- Error message in modal
- "Required field" warnings
Action: Fix any validation issues and try saving again
Solution 2: Log In Againโ
Steps:
- Open a new tab
- Navigate to admin panel login page
- Log in
- Return to original tab
- Try saving again
Why: Session may have expired
Solution 3: Copy Changes and Refreshโ
If save consistently fails:
- Copy your changes to a text file (notes, rating change)
- Refresh the page (F5)
- Open the edit modal again
- Paste your changes back
- Try saving
Export/Print Issuesโ
Can't Export Conversation Dataโ
Symptom: Export button is missing or not working
Note: Export functionality may not be available in all admin panels
Solutions:
- Check with IT if export is supported
- Use browser "Print to PDF" as workaround:
- Ctrl/Cmd + P
- Select "Save as PDF"
- Manually copy data to spreadsheet
Print Format Looks Wrongโ
Symptom: Printed conversations are cut off or poorly formatted
Solutions:
- Adjust browser print settings:
- Change orientation (portrait vs. landscape)
- Adjust margins
- Enable "Print backgrounds"
- Use "Print Preview" before printing
- Export to PDF instead of direct printing
Getting Additional Helpโ
When to Contact Supportโ
Contact support@uga.edu if:
- โ Solutions here don't resolve the issue
- โ Problem persists for more than 24 hours
- โ Issue affects multiple admins
- โ Data appears lost or corrupted
- โ You suspect a system-wide problem
Include in your email:
- Detailed description of the problem
- Steps you've already tried
- Screenshots of errors
- Your UGA email address
- Conversation ID (if relevant)
- Browser and version (Chrome 120, Firefox 115, etc.)
Before Contacting Supportโ
Try these first:
- โ Refresh the page
- โ Clear browser cache
- โ Log out and log in again
- โ Try a different browser
- โ Check if problem occurs for other conversations
- โ Review this troubleshooting guide
- โ Check FAQ
This helps support:
- Saves time on basic troubleshooting
- Provides more context in your report
- Demonstrates the issue is persistent
Preventive Measuresโ
Prevent Future Issuesโ
Best practices to avoid problems:
-
Use Stable Internet
- Avoid editing on spotty connections
- Save work frequently
-
Keep Browser Updated
- Use latest browser version
- Clear cache monthly
-
Log Out When Done
- Don't leave sessions open indefinitely
- Prevents session timeout errors
-
Review Changes Before Saving
- Double-check edits
- Verify you didn't accidentally change wrong field
-
Document Important Actions
- Add admin notes to edited feedback
- Keep a log of major changes
-
Regular Maintenance
- Review conversations weekly
- Address negative feedback promptly
- Keep cache entries up to date
Still Stuck?โ
Additional Resourcesโ
- FAQ - Common questions and answers
- Support - Get help from IT
- Cache Troubleshooting - Related cache issues
- Navigation Guide - Interface help
Remember: Most conversation issues are temporary and solvable. Work through this guide systematically, and don't hesitate to reach out to support if needed!