Skip to content

Generate a HAR file for troubleshooting

What’s a HAR file and why does support need one?

A HAR (HTTP Archive) file1 records everything your browser does on the network - every request, response, and load time. When you’re hitting a speed issue, caching problem, or a bug that’s hard to reproduce, a HAR file gives our support team the exact data they need to diagnose what’s going wrong.

How to generate a HAR file

Chrome

  1. Go to the page where the issue happens.
  2. Press F12 (or right-click the page and select Inspect) to open Developer Tools.
  3. Click the Network tab.
  4. Make sure the record button (top-left circle) is red. If it’s grey, click it to start recording.
  5. Check Preserve log so the data isn’t cleared on page reload.
  6. Refresh the page or reproduce the issue.
  7. Right-click anywhere in the network requests list and select Save all as HAR with content.
  8. Save the file and attach it to your support ticket or email.

Firefox

  1. Go to the page where the issue happens.
  2. Press Ctrl+Shift+E (Windows/Linux) or Cmd+Option+E (Mac) to open the Network panel directly. You can also use the menu: Menu > More Tools > Web Developer Tools, then click the Network tab.
  3. Check Persist Logs if the issue spans multiple page loads.
  4. Refresh the page or reproduce the issue.
  5. Right-click anywhere in the network requests list and select Save All As HAR.
  6. Save the file and attach it to your support ticket or email.

Microsoft Edge

  1. Go to the page where the issue happens.
  2. Press F12 (or right-click and select Inspect) to open Developer Tools, then click the Network tab.
  3. Check Preserve log so the data isn’t cleared on page reload.
  4. Refresh the page or reproduce the issue.
  5. Right-click anywhere in the network requests list and select Save all as HAR with content.
  6. Save the file and attach it to your support ticket or email.

Safari

  1. Enable developer tools: go to Safari > Settings > Advanced and check Show features for web developers.
  2. Go to the page where the issue happens.
  3. Select Develop > Show Web Inspector.
  4. Click the Network tab.
  5. Refresh the page or reproduce the issue.
  6. Click the Export button in the Network tab toolbar.
  7. Save the file and attach it to your support ticket or email.

Internet Explorer doesn’t support HAR file export. If you’re still on IE, please switch to Chrome, Firefox, or Edge to generate the HAR file.

Sending the HAR file to support

Attach the HAR file directly to your support ticket or email. It contains the network-level detail our team needs to pinpoint and fix your issue.

Open Api > Sniff API calls using Chrome

Chrome DevTools enables developers to monitor and analyze Tallyfy’s API-first architecture by capturing network requests through the Network tab where you can inspect endpoints headers payloads and responses to understand how to replicate the platform’s API calls for custom integrations.

Support > Share screenshots

Share screenshots and screencasts with Tallyfy support to help them quickly understand and resolve issues - using keyboard shortcuts on Mac and Windows or free recording tools like Loom and Screencastify.

Miscellaneous > Troubleshooting

Systematic troubleshooting steps including cache clearing browser testing and authentication loop fixes can resolve most Tallyfy loading errors display problems and login issues before requiring support assistance.

Miscellaneous > Login and session errors

Private browsing mode fixes Tallyfy connection issues with external apps by starting a clean session without stored cookies cached data or saved credentials that cause login conflicts and authorization problems.

Footnotes

  1. A JSON-formatted archive that logs all browser-server communication during a browsing session