Troubleshooting Guide
Find solutions to common issues you might encounter while using AutoLog. If you can’t find a solution here, contact our support team.Login and Authentication Issues
Cannot Log In
Problem: Unable to access your AutoLog account. Solutions:-
Verify your credentials
- Double-check your email address for typos
- Ensure Caps Lock is off when entering password
- Try copying and pasting your password to avoid typing errors
-
Clear browser cache and cookies
- Go to your browser settings
- Clear browsing data for the last hour
- Try logging in again
-
Reset your password
- Click “Forgot Password” on the login page
- Check your email for the reset link
- Create a new password following the requirements
-
Check account status
- Contact your administrator to verify your account is active
- Ensure your account hasn’t been locked due to multiple failed attempts
Two-Factor Authentication Not Working
Problem: 2FA code is not accepted or authenticator app issues. Solutions:-
Verify time synchronization
- 2FA codes are time-based
- Ensure your device’s clock is set to automatic
- Sync your authenticator app’s time settings
-
Use a fresh code
- Wait for a new code to generate (they refresh every 30 seconds)
- Don’t reuse old codes
-
Check for typos
- Enter the 6-digit code carefully
- Avoid including spaces
-
Use backup codes
- If you saved backup codes during 2FA setup, try using one
- Each backup code can only be used once
-
Contact administrator
- If all else fails, your administrator can temporarily disable 2FA for your account
- You’ll need to set it up again after logging in
2FA was introduced in v2.0.0. If you’re having persistent issues, ensure your AutoLog instance is updated to the latest version.
Session Expires Too Quickly
Problem: Getting logged out frequently. Solutions:-
Check session settings
- Session duration is configured by your administrator
- Contact them to adjust timeout settings if needed
-
Browser issues
- Ensure cookies are enabled in your browser
- Add AutoLog to your browser’s allowed sites list
- Try a different browser
-
httpOnly cookie authentication
- AutoLog uses secure httpOnly cookies (v1.3.0+)
- Some browser extensions may interfere with cookies
- Try disabling extensions temporarily
-
Multiple tabs
- Logging out in one tab affects all tabs
- Use a single tab to avoid conflicts
Permission and Access Errors
”Access Denied” or “Insufficient Permissions”
Problem: Cannot access certain features or pages. Solutions:-
Verify your role
- Check with your administrator about your assigned role
- Different roles have different access levels
-
Clear browser cache
- Permission changes may be cached
- Clear cache and refresh the page
- AutoLog adds timestamps to GET requests to prevent caching (v2.1.0)
-
Re-login
- Log out and log back in
- This refreshes your permission tokens
-
Check for updates
- Ask your administrator if permissions were recently changed
- Changes should take effect immediately
The permissions system was revamped in v2.1.0 with a new UserPermissionsDrawer interface and timestamp-based cache prevention.
Cannot See Certain Vehicles or Assets
Problem: Missing data that should be visible. Solutions:-
Check filters
- Clear all active filters
- Verify you’re not filtering by status, location, or company
- Reset view to default settings
-
Verify assignments
- Vehicles/assets may be assigned to different companies
- Check if you have permission to view all companies
- Ask administrator to verify data assignments
-
Search instead
- Use the global search (Ctrl+K) to find specific items
- Search results show all accessible items regardless of current filters
Data Entry and Editing Issues
Cannot Save Vehicle or Asset Changes
Problem: Changes don’t save when editing vehicles or assets. Solutions:-
Update to latest version
- A bug preventing save on Enter key press was fixed in v2.3.2
- Ensure you’re running the latest version
-
Use correct save method
- Try clicking the Save button instead of pressing Enter
- Ensure all required fields are filled
- Look for validation error messages
-
Check for error messages
- Red text or borders indicate invalid fields
- Hover over error icons for details
- Fix validation issues before saving
-
Form submission in drawers
- If using drawers (Sheet component), ensure onSubmit is enabled
- This was fixed in v1.2.1
Bulk Import Fails
Problem: Asset or vehicle bulk import doesn’t complete. Solutions:-
Check file format
- Use the provided template
- Ensure all required columns are present
- Verify data types match expectations (dates, numbers, etc.)
-
Reduce batch size
- Large batches may time out
- Try importing in smaller chunks (500-1000 records at a time)
- As of v1.1.4, movements are processed sequentially to prevent failures
-
Validate data
- Remove special characters that might cause issues
- Ensure no duplicate IDs or serial numbers
- Check for missing required fields
-
Check logs
- Review error messages in the import results
- Fix indicated issues and retry
Search and Filter Problems
Search Results Not Showing
Problem: Search returns no results or incorrect results. Solutions:-
Verify search syntax
- Check for typos in search terms
- Try partial matches instead of full terms
- Search is case-insensitive
-
Clear filters
- Active filters may be excluding results
- Reset all filters and try again
-
Check permissions
- You can only search items you have permission to view
- Contact administrator if you should see more results
-
Update search index
- If recently added items don’t appear, wait a moment and retry
- Refresh the page to ensure latest data is loaded
The search view was updated in v1.1.2 with improved highlighting. Ensure you’re using this version or later for the best search experience.
Filters Not Working
Problem: Applying filters doesn’t change results. Solutions:-
Check for filter bugs
- Filter bugs in assets were fixed in v1.1.0
- Update to the latest version
-
Refresh the page
- Filter state may be cached
- Do a hard refresh (Ctrl+Shift+R or Cmd+Shift+R)
-
Apply filters in order
- Apply one filter at a time to identify issues
- Some filter combinations may return empty results
-
Check data
- Verify the data you’re filtering for actually exists
- Try different filter values
Performance and Loading Issues
Slow Page Loading
Problem: Pages take a long time to load. Solutions:-
Check internet connection
- Verify you have stable internet
- Test connection speed
- Try switching networks
-
Reduce data loads
- Use filters to limit results
- Adjust pagination to show fewer items per page
- Close unnecessary browser tabs
-
Clear browser cache
- Accumulated cache can slow performance
- Clear cache and reload
-
Check system status
- Visit the System Status page
- Verify all services are operational
- Check for ongoing maintenance
Features Not Loading or Blank Screens
Problem: Parts of the interface don’t appear or show blank. Solutions:-
Check browser compatibility
- AutoLog works best on modern browsers (Chrome, Firefox, Safari, Edge)
- Update your browser to the latest version
- Try a different browser
-
Disable browser extensions
- Ad blockers or privacy extensions may interfere
- Temporarily disable extensions
- Whitelist AutoLog domain
-
Check JavaScript
- Ensure JavaScript is enabled
- Check browser console for errors (F12 > Console tab)
- Report any errors to support
-
Hard refresh
- Force reload with Ctrl+Shift+R (Windows/Linux)
- Or Cmd+Shift+R (Mac)
- This clears cached resources
Mobile-Specific Issues
Mobile Interface Not Responsive
Problem: Layout doesn’t adapt to mobile screen. Solutions:-
Update the app
- Mobile improvements were added in v1.1.1
- Ensure you’re using the latest version
- Auto-closing sidebar was fixed in this version
-
Check viewport settings
- Try rotating your device
- Zoom may affect layout - reset zoom to 100%
-
Clear mobile browser cache
- Go to browser settings
- Clear site data for AutoLog
- Reload the page
QR Code Scanner Not Working
Problem: Cannot scan vehicle QR codes. Solutions:-
Grant camera permissions
- Browser needs camera access
- Check browser settings > Permissions
- Allow camera for AutoLog domain
-
Check lighting
- Ensure adequate lighting for QR code
- Clean camera lens
- Hold camera steady
-
QR code quality
- Ensure QR code is not damaged or faded
- Regenerate and reprint if necessary
-
Use alternative method
- Manually enter vehicle ID
- Use search function to find vehicle
Appearance and Display Issues
Theme Not Applying
Problem: Appearance changes don’t take effect. Solutions:-
Save changes
- Ensure you clicked Save after making theme changes
- Look for confirmation message
-
Check theme engine
- Theme engine was overhauled in v2.1.0
- Update to latest version for instant CSS variable updates
- TailwindDarkSync should inject changes automatically
-
Clear cached styles
- Hard refresh the page
- Clear browser cache
- Restart browser
-
Use live preview
- Settings > Appearance has a PreviewPanel
- Use it to test before saving
Icons or Images Not Displaying
Problem: Missing icons or broken images. Solutions:-
Check network
- Slow connection may prevent asset loading
- Wait a moment and refresh
-
Clear cache
- Cached images may be corrupted
- Clear cache and reload
-
Check content blocking
- Some extensions block image loading
- Disable ad blockers temporarily
Report Generation Issues
Reports Not Generating
Problem: Report generation fails or times out. Solutions:-
Reduce date range
- Large date ranges take longer to process
- Try shorter periods
- Generate multiple smaller reports
-
Limit filters
- Too many filters may cause timeouts
- Simplify filter criteria
-
Check permissions
- Verify you have permission to generate reports
- Some report types may be restricted
-
Try different format
- If PDF fails, try CSV or Excel
- Different formats have different resource requirements
Report Data Seems Incorrect
Problem: Report shows unexpected or missing data. Solutions:-
Verify filter settings
- Check all applied filters
- Ensure date ranges are correct
- Verify status filters are appropriate
-
Check data permissions
- You may not have access to all data
- Reports only show data you’re permitted to view
-
Confirm data exists
- Verify the expected data is actually in the system
- Check individual records to confirm
-
Regenerate report
- Data may have been updated
- Generate a fresh report
System-Wide Issues
”Service Unavailable” or 500 Errors
Problem: Error messages indicating system problems. Solutions:-
Check system status
- Visit System Status page
- Look for ongoing incidents or maintenance
- Services may be temporarily degraded
-
Wait and retry
- Temporary outages usually resolve quickly
- Wait 5-10 minutes and try again
-
Contact support
- If issue persists, report it immediately
- Include error messages and screenshots
- Mention what you were doing when error occurred
Data Not Syncing
Problem: Changes not appearing or data seems outdated. Solutions:-
Refresh the page
- Browser may be showing cached data
- Do a hard refresh
-
Check connection
- Verify stable internet connection
- Reconnect if disconnected
-
Verify save
- Ensure changes were actually saved
- Look for save confirmation
- Check if data appears in other views
-
Clear cache
- Browser cache may be stale
- Clear and reload
Getting Additional Help
If you’ve tried these solutions and still need help:Contact Support
- Email: [email protected]
- WhatsApp: Available for urgent issues
- Hours: Monday-Friday, 8:00 AM - 5:00 PM
When Contacting Support, Include:
- Detailed description of the issue
- Steps to reproduce the problem
- Screenshots or screen recordings if applicable
- Browser and device information
- AutoLog version (found in Settings > About)
- Error messages (exact text or screenshots)
- What you’ve already tried from this guide
Other Resources
- FAQs - Quick answers to common questions
- Tutorials - Step-by-step guides
- Changelog - Recent updates and bug fixes
- System Status - Real-time service health