LogiFix

Advanced AI debugging assistant that analyzes error logs, finds root causes, and provides instant solutions

How to Use
Enter the server path to your log file
SQLite database file path
HAR (HTTP Archive) files contain detailed information about web requests and can help diagnose network issues.
Maximum file size: 100MB
What is a HAR file?

HAR (HTTP Archive) is a JSON-formatted archive file format that records a browser's interactions with a website. It contains detailed information about:

  • HTTP requests and responses
  • Performance metrics and timing data
  • Headers, cookies, and query parameters
  • Error responses and status codes
How to generate a HAR file:
  1. In Chrome/Edge: Open DevTools (F12) → Network tab → Right-click → "Save all as HAR"
  2. In Firefox: Open DevTools (F12) → Network tab → Click gear icon → "Save All As HAR"
  3. In Safari: Enable developer menu → Open Web Inspector → Network tab → Export