Common Issues
Widget Not Appearing
Script not loading
Script not loading
Check:
- Open browser console (F12)
- Look for JavaScript errors
- Verify script URL is correct
Agent ID incorrect
Agent ID incorrect
Check:
- Verify agent ID from Lua AI dashboard
- Check for typos
- Ensure agent is active
Script loads before DOM
Script loads before DOM
Check:
- Is script in
<head>instead of before</body>?
CSS conflicts
CSS conflicts
Check:
- Other chat widgets interfering
- CSS hiding the button
Button Shows But Chat Won’t Open
Network issues
Network issues
Check:
- Open Network tab in dev tools
- Look for failed API requests
- Check internet connection
Agent not found
Agent not found
Error: Agent ID doesn’t exist on serverSolution:
- Verify agent exists in Lua AI dashboard
- Check environment matches (staging vs production)
- Try different agent ID
Authentication errors
Authentication errors
Check:
- Invalid auth token
- Expired session
Embedded Mode Issues
Container not found
Container not found
Error: Target container doesn’t existSolution:
Chat not visible
Chat not visible
Check:
- Container has dimensions (width/height)
- Container is not hidden by CSS
Styling Issues
Button in wrong position
Button in wrong position
Colors not applying
Colors not applying
Check:
- CSS specificity conflicts
- Theme overrides
Custom CSS not working
Custom CSS not working
Solution: Add
!important or increase specificity:Voice Chat Issues
Microphone not working
Microphone not working
Check:
- HTTPS enabled (required for microphone)
- Browser permissions granted
- Microphone physically working
- Use HTTPS (voice requires secure connection)
- Check browser permissions
- Test microphone in other apps
Permission denied
Permission denied
Issue: User denied microphone permissionSolution: Widget shows fallback to text input automatically
Debug Mode
Enable detailed logging:Browser Console Checks
Verify LuaPop Loaded
Check for Errors
Getting Help
Diagnostic Information
When reporting issues, include:Support Channels
Discord Community
Get real-time help from the community
Documentation
Search these docs
Email Support
Get help from our team
Prevention Tips
Test in Staging First
Test in Staging First
Use Feature Detection
Use Feature Detection
Handle Errors Gracefully
Handle Errors Gracefully

