Troubleshooting Guide
Common issues and solutions when using the PDaaS Console.
Sign-In Issues
I can't sign in
Symptoms:
- Error message: "Invalid email or password"
- Sign-in button doesn't respond
- Redirected back to sign-in page
Solutions:
-
Verify your credentials
- Double-check your email address (case-sensitive)
- Ensure caps lock is off when entering password
- Try revealing the password to verify you typed it correctly
-
Check MFA code
- MFA codes expire every 30 seconds
- Generate a fresh code from your authenticator app
- Ensure your device time is synced correctly
-
Account lockout
- After 5 failed attempts, accounts are locked for 15 minutes
- Wait for the lockout period to expire
- Contact your organization admin if urgent
-
Browser issues
- Clear browser cache and cookies
- Try in an incognito/private window
- Try a different browser
- Disable browser extensions that might interfere
I forgot my password
- Click Forgot Password on the sign-in page
- Enter your email address
- Check your email for a reset link (valid for 1 hour)
- Click the link and set a new password
- Sign in with your new password
If you don't receive the email:
- Check spam folder
- Verify you entered the correct email
- Wait a few minutes and try again
- Contact your organization admin
I lost my authenticator device
If you have recovery codes:
- On the MFA verification page, click Use recovery code
- Enter one of your recovery codes
- Sign in successfully
- Go to Settings > Security to set up a new MFA device
- Save your new recovery codes
If you don't have recovery codes:
- Contact your organization admin
- Admin can reset your MFA from Security > MFA Admin Tools
- You'll receive an email with a reset link
- Complete MFA setup with your new device
MFA Problems
My MFA codes don't work
Common causes:
-
Time sync issue
- Authenticator apps use time-based codes
- Ensure your device time is set to automatic
- On mobile: Settings > Date & Time > Set Automatically
-
Wrong code source
- Verify you're using the correct app entry for PDaaS
- You may have multiple entries if you set up MFA multiple times
-
Old codes
- TOTP codes change every 30 seconds
- Generate a fresh code and enter immediately
-
Backup codes confusion
- Recovery codes are different from TOTP codes
- Each recovery code can only be used once
- After 10 uses, you'll need new recovery codes
I can't scan the QR code
During MFA setup:
- Click Enter code manually
- Copy the secret key
- Add it manually to your authenticator app
- Generate a code and verify
Authenticator app recommendations:
- Google Authenticator (iOS, Android)
- Authy (iOS, Android, Desktop)
- 1Password (with TOTP support)
- Microsoft Authenticator
Session Issues
I keep getting signed out
Possible causes:
-
Session timeout
- Default timeout: 1 hour of inactivity
- Absolute timeout: 8 hours
- Check with your org admin to adjust timeout settings
-
Browser settings
- Enable cookies (required for authentication)
- Don't clear cookies during active sessions
- Check if "Remember me" is enabled
-
Multiple tabs
- Signing out in one tab signs you out everywhere
- Use the same browser profile for consistency
Session expired message
Why this happens:
- You were inactive for longer than the session timeout
- Your admin revoked your session
- You signed in from another device/browser
Solution:
- Simply sign in again
- Enable "Remember me" for longer sessions
Performance Issues
Console is slow or unresponsive
Quick fixes:
-
Browser cache
Chrome: Cmd/Ctrl + Shift + Delete
Firefox: Cmd/Ctrl + Shift + Delete
Safari: Cmd + Option + E- Clear cache and cookies
- Restart browser
-
Network issues
- Check your internet connection
- Try refreshing the page (Cmd/Ctrl + R)
- Check if other sites are loading slowly
-
Browser extensions
- Disable ad blockers temporarily
- Disable browser extensions one by one to identify conflicts
- Try in incognito/private mode
-
Large datasets
- Filter data before loading
- Use pagination (reduce items per page)
- Export to CSV for offline analysis
API calls failing
Symptoms:
- Error: "Network request failed"
- Infinite loading spinners
- Empty tables or lists
Solutions:
-
Check backend status
- Contact your administrator
- Check status page (if available)
-
Verify permissions
- You may not have access to the resource
- Check with your admin about your policies
-
Browser console errors
- Open Developer Tools (F12)
- Check Console tab for errors
- Share error messages with support
Data Not Appearing
Users/Groups/Policies not showing up
Checklist:
-
Filters applied
- Check if filters are active (clear filters button)
- Reset search query
-
Account scope
- Verify you're in the correct account
- Switch accounts using the account switcher
-
Permissions
- You may not have permission to view the resource
- Contact your admin to verify policies
-
Cache issue
- Force refresh: Cmd/Ctrl + Shift + R
- Clear browser cache
Audit logs missing
Common reasons:
-
Date range filter
- Expand the date range
- Default: Last 7 days
-
Action filter
- Clear action filters
- Some actions may not generate logs
-
Real-time delay
- New events appear within 2-3 seconds
- Refresh the page if needed
Form Errors
Validation errors not clear
Field-specific errors:
- Hover over red highlighted fields
- Error message appears below the field
- Common errors:
- Email: "Invalid email format"
- Password: "Must be at least 12 characters"
- Name: "Required field"
"Something went wrong" error
This usually means:
- Network request failed
- Backend returned an error
- Invalid data submitted
Steps:
- Check browser console (F12) for detailed error
- Verify all required fields are filled
- Try refreshing the page
- If persists, contact support with:
- Screenshot of the error
- Steps to reproduce
- Browser and version
Export Issues
CSV export failing
Solutions:
-
Large dataset
- Filter data before exporting
- Export in smaller batches
- Use date range filters
-
Pop-up blocked
- Allow pop-ups for the console domain
- Download should appear in browser's download bar
-
File corrupted
- Try a different browser
- Check if file size is 0 bytes (indicates failed export)
- Re-export with fewer records
Browser Compatibility
Console doesn't work on my browser
Supported browsers:
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
If using an older browser:
- Update to the latest version
- Switch to a supported browser
Mobile browsers:
- Full functionality on tablets (iPad, Android tablets)
- Read-only on phones
- Some features may not be available
Dark mode issues
If dark mode doesn't work:
- Check browser supports dark mode
- Toggle dark mode in User Menu > Settings
- Try a different browser
- Clear cache and reload
Contact Support
If you can't resolve the issue:
Before contacting support, gather:
- Description of the problem
- Steps to reproduce
- Screenshots or screen recordings
- Browser and version (e.g., Chrome 120.0.6099.109)
- Error messages (from browser console if possible)
Contact methods:
- Email: [email protected]
- GitHub Issues: github.com/pdaas/pdaas/issues
- Community Forum: community.pdaas.io
Expected response time:
- Email: 24 hours
- Critical issues: 4 hours
- Community: Best effort
Common Error Messages
| Error Message | Cause | Solution |
|---|---|---|
| "Session expired" | Inactive for too long | Sign in again |
| "Invalid email or password" | Wrong credentials | Verify email/password, reset if needed |
| "MFA verification failed" | Wrong TOTP code | Generate fresh code, check time sync |
| "Permission denied" | Insufficient permissions | Contact admin to verify policies |
| "Network request failed" | Connection issue | Check internet, refresh page |
| "User not found" | User doesn't exist | Verify email address is correct |
| "Email already exists" | Duplicate user | Use a different email address |
| "Invalid recovery code" | Code already used or wrong | Try another code or contact admin |
| "Organization not found" | Wrong subdomain | Verify organization slug |
| "Account locked" | Too many failed attempts | Wait 15 minutes or contact admin |
Known Limitations
- Mobile Support: Full functionality requires tablet or desktop
- Offline Mode: Console requires internet connection
- File Upload: Maximum file size for organization logo: 5MB
- Concurrent Sessions: Signing out in one place signs you out everywhere
- Export Limits: Maximum 10,000 records per CSV export
Providing Feedback
Found a bug or have a feature request?
- Bug Reports: GitHub Issues
- Feature Requests: Feedback Form
- Documentation Issues: GitHub Docs
Thank you for helping us improve PDaaS Console!