Z8 Docs
Troubleshooting

Troubleshooting

Solve common issues with the z8 Timer desktop app

Having trouble with the z8 Timer? This guide covers common issues and solutions.

Quick Fixes

Before diving deep, try these common solutions:

IssueQuick Fix
App not respondingQuit and restart from tray
Not syncingCheck internet connection
Can't sign inVerify webapp URL is correct
Tray icon missingCheck hidden icons / restart app
Idle detection not workingCheck permissions (macOS)

Common Issues


Diagnostic Information

When reporting issues, gather this information:

App Version

  1. Open Settings
  2. Find version number at bottom
  3. Example: 1.0.0

System Information

PlatformHow to Find
WindowsSettings → System → About
macOSApple menu → About This Mac
Linuxuname -a in terminal

Log Files

PlatformLocation
Windows%APPDATA%\com.z8.timer\logs\
macOS~/Library/Logs/com.z8.timer/
Linux~/.local/share/com.z8.timer/logs/

Reset the App

If all else fails, reset to a clean state:

Data Loss

Resetting clears all local data including offline queue and settings. Ensure you're synced first.

Steps to Reset

  1. Sign out (if possible)
  2. Quit the app completely
  3. Delete app data:

Windows:

Remove-Item -Recurse "$env:APPDATA\com.z8.timer"

macOS:

rm -rf ~/Library/Application\ Support/com.z8.timer

Linux:

rm -rf ~/.config/com.z8.timer
  1. Restart the app
  2. Reconfigure webapp URL and sign in

Getting Help

If you can't solve the issue:

  1. Check documentation - Search for your issue
  2. Collect diagnostics - Version, logs, system info
  3. Contact support - Through your organization's z8 admin
  4. Report bugs - If you've found a software bug

On this page