How to Capture a HAR File and Console Logs (Chrome, Edge, Firefox, and Safari)
When troubleshooting issues in SpatialChat (loading problems, audio/video issues, errors when joining a space, etc.), our support team may ask you for:
- A HAR file (records network requests made by your browser)
- Console logs (shows errors and warnings from the browser)
Before you start (important)
- Open a new tab and reproduce the issue once, right after starting the capture.
- When you’re done, zip the files before attaching them to your support ticket.
Google Chrome (Windows / macOS)
Capture a HAR file
- Open SpatialChat in Chrome.
- Open Developer Tools: Click with the right mouse button and then click "Inspect"
- Go to the Network tab.
- Check Preserve log.
- (Optional but recommended) Enable Disable cache while DevTools is open.
- Click the Record button (●) if it isn’t already active.
- Reproduce the issue in SpatialChat.
- In the Network panel, click on the download button on the top right:
Save the file and keep it ready to send.
Capture Console logs
- In Developer Tools, open the Console tab.
- Reproduce the issue again if needed (or keep the console open while reproducing).
- Right-click inside the console → Save as… (or Export) if available.
- If you don’t see an export option: click inside the console, press Ctrl + A / Cmd + A, then copy and paste into a text file.
Microsoft Edge (Windows / macOS)
Edge works almost the same as Chrome.
HAR file
- Open Developer Tools (Ctrl + Shift + I / Cmd + Option + I) - or right click + Inspect.
- Go to Network
- Enable Preserve log
- Reproduce the issue
Click on the Download button.
Console logs
- Go to Console
- Right-click → Save as… / Export
If export isn’t available, copy/paste into a text file.
Mozilla Firefox (Windows / macOS)
Capture a HAR file
- Open SpatialChat in Firefox.
- Open Developer Tools:
- Windows/Linux: Ctrl + Shift + I, (or right click and “Inspect”).
- macOS: Cmd + Option + I, (or right click and “Inspect”).
- Go to the Network tab.
- Click on the "Settings" icon.
- Enable Persist Logs (or “Persist” / “Preserve logs”, depending on version).
- Reproduce the issue.
- Click the settings/gear icon in the Network panel (or use the context menu) → Save All As HAR.
Capture Console logs
- Go to the Console tab.
- Reproduce the issue (if not already done).
- Right click anywhere on the list → Save all Messages To File.
If export isn’t available, copy/paste the console output into a text file.
Safari (macOS)
Safari requires enabling the Develop menu first.
Enable Developer Tools
- Open Safari Settings (or Preferences).
- Go to Advanced.
- Enable Show features for web developers.
Capture Network logs (HAR-like export)
Safari’s export options can vary by version. If you can’t export a HAR directly, you can still provide useful network logs.
- Open SpatialChat in Safari.
- Go to Develop → Show Web Inspector.
- Open the Network tab.
- Reproduce the issue.
- Try one of the following (depending on your Safari version):
- Export / Save network activity (if available),
OR
2. Right-click the request list and look for Export / Save,
OR
- Take screenshots of key failed requests and include timestamps + what you were doing.
If Safari can’t export a HAR, tell support you used Safari and attach:
- Console logs (below)
- Any exported network file (if available)
- Screenshots of the Network tab with failing requests.
Capture Console logs
- In Web Inspector, open the Console tab.
- Reproduce the issue.
- Right-click → Save (if available), or copy/paste the output into a text file.
What to send to SpatialChat Support
Please attach:
- The HAR file (or Safari network export)
- The console log file
- A short note including:
- The space link (URL)
- The date/time of the issue (with timezone)
- What you expected vs. what happened
- Your browser + version, and OS