Skip to content

Troubleshooting

Start with the terminal summary and the detailed message shown in the dashboard. TTDash reports the selected port, bind host, authentication mode, storage files, and data status at startup.

  • Select Auto import and expand the Toktrack auto import progress details.
  • Upload a supported JSON file from toktrack daily --json.
  • Select Reset all, then choose All and clear provider/model filters.
  • Confirm that the source tool still retains the dates you expect.

See Import usage data for accepted workflows.

  • Ensure npm or Bun is available in the same environment as TTDash.
  • If a local toktrack executable is rejected, its version does not match the exact version pinned by this TTDash release.
  • Let TTDash use its bunx/npx fallback, or point TTDASH_TOKTRACK_LOCAL_BIN to a compatible executable.
  • In Docker, verify required source files are mounted and the chosen runner exists inside the image.

TTDash tries the requested port and up to 100 following ports without exceeding 65535. Read the startup summary or choose another starting port:

Terminal window
ttdash --port 3010

Use npx without a global install:

Terminal window
npx --yes @roastcodes/ttdash@latest --help

For a global install, verify that npm’s or Bun’s global binary directory is on PATH.

The API identifies whether usage or settings persistence is affected. Recover from a known-good backup, or move the named file out of the configured directory before restarting. Do not edit a corrupt file in place without preserving a copy.

Default locations and supported overrides are listed under Storage locations.

Install Typst in the environment running the TTDash server, then confirm:

Terminal window
typst --version

Installing Typst only on the browser machine does not help a remote server. The standard Docker image intentionally omits it.

Remote sessions are kept in server memory for up to 12 hours. A restart, expiry, or bounded-session eviction requires signing in again with the remote master token. This does not indicate that the token was stored by the browser.

Set TTDASH_TRUSTED_HOSTS to the exact DNS names or IP addresses used by browsers. Do not include a scheme, port, path, empty label, or wildcard.

Host validation does not open a firewall or change the listening address. Review Remote access and security before changing it.

Search existing GitHub issues, then open a reproducible report with:

  • TTDash, Node.js, and operating-system versions
  • the exact start command with secrets removed
  • relevant terminal output
  • expected and actual behavior
  • a minimal sanitized input shape when the issue concerns import

Report security vulnerabilities privately through the security policy, not a public issue.