Settings Location: Navigate to Control Room > Settings > Advanced Features & Workflows > Advanced Troubleshooting to access debugging tools.
Before You Start
Try the simple stuff first:Refresh Page
Clear your browser cache, do a hard refresh (Ctrl+Shift+R)
Check Basics
Is your internet working? Can you access other sites?
Try Different Browser
Try Chrome, Firefox, or Safari to rule out browser issues
Check Status Page
Is Nudj having issues? Check our status page
System Diagnostics
Run a quick health check:1
Go to Diagnostics
Settings > Advanced Troubleshooting > Run Diagnostics
2
Wait for Results
Check takes 1-2 minutes, runs tests on all system components
3
Review Results
Green = working, Yellow = possible issues, Red = problems
4
Check Details
Click each result to see what was tested and why
- Database connectivity
- API responsiveness
- File storage
- Email delivery
- External integrations
- Webhooks
Activity Logs
See what’s happening in your system:User Activity Logs
User Activity Logs
When did user X do action Y? See login times, content creation, settings changes. Useful for tracking user behavior or finding when something broke.
Admin Activity Logs
Admin Activity Logs
Who made settings changes and when? Track which admin did what, see configuration changes and reversions.
API Logs
API Logs
API requests/responses, integrations, webhooks. Useful for debugging integrations or API issues.
System Logs
System Logs
Platform-level events, errors, performance metrics. Most detailed but hardest to read.
Reading Logs
Logs show:Debugging Common Issues
“Users can’t log in”- Check API logs for authentication errors
- Review admin logs for recent auth config changes
- Check email logs if password reset isn’t working
- Verify SMTP settings if email delivery is blocked
- Check user’s activity logs—did they have permission?
- Verify challenge status (draft vs. live)
- Check challenge’s targeting rules—is user excluded?
- Review system logs for creation errors
- Go to Custom Integrations page
- Check connection status for the integration
- Review API logs for failed requests
- Verify API credentials are still valid
- Check system logs for resource warnings
- Run diagnostics—see if any components are struggling
- Reduce scope (limit number of results, add filters)
- Contact support if diagn
Error Messages & Solutions
'Internal Server Error'
'Internal Server Error'
Something went seriously wrong on our side. Check system logs, restart if needed, contact support if it persists.
'Timeout'
'Timeout'
Request took too long. Usually integration or large data export. Try again, reduce scope if still slow.
'Permission Denied'
'Permission Denied'
User doesn’t have access. Check user role and community permissions.
'Not Found'
'Not Found'
Resource doesn’t exist. Was it deleted? Did the URL change?
'Validation Error'
'Validation Error'
You entered data in the wrong format. Check error details for what field is wrong.
Debug Mode
Enable debug mode for extra logging:- Extra logging for every action
- More detailed error messages
- API request/response bodies logged
- Performance metrics captured
Collecting Information for Support
When contacting support, provide:Timestamp
When did the issue occur?
Affected User/Community
Which user or community?
Steps to Reproduce
Exactly what did you do?
Error Message
What’s the exact error text?
Logs
Paste relevant log entries
Browser Info
What browser/OS are you using?
Performance Optimization
If things are slow: Reduce Query Scope- Filter by date range (last 30 days vs. all time)
- Limit results (show 10 vs. 10,000)
- Search instead of browsing everything
- Browser cache (Ctrl+Shift+Delete)
- Cloudflare cache (if using)
- Application cache (Settings > Diagnostics)
- Check system logs for CPU/memory warnings
- If overloaded, reduce concurrent users or operations
- Contact support if consistently near limits
Rollback & Recovery
Made a change that broke something?1
Identify Change
What setting did you change?
2
Check Admin Logs
When was it changed? Can you reverse it?
3
Rollback
Change the setting back to previous value
4
Verify
Test that the issue is fixed
When to Contact Support
Contact us if:- Diagnostics show RED status
- You’ve tried basic troubleshooting and it’s still broken
- Error messages aren’t clear
- You need help reading logs
- Performance issues persist after optimization
Next Steps
- Run diagnostics to get a baseline
- Familiarize yourself with log types
- Practice reading logs on non-critical items
- Set up weekly diagnostic checks
- Save important logs for historical reference

