Introduction
When investigating issues, Our Support team may request browser Console Logs and Network Logs to help diagnose the root cause of a problem. These logs can provide valuable information about errors, failed requests, performance issues, and other browser activity that is not always visible on screen. By capturing and providing these logs when requested, you can help our support team analyse the issue more efficiently and reduce the time required to identify a resolution.
Capturing Console Logs (LOG File)
- The Console tab displays browser errors, warnings, and diagnostic messages that can help identify the cause of an issue.
- Open Microsoft Edge and navigate to the page where the issue occurs.
- Press FN + F12 on your keyboard to open the browser's Developer Tools.
- Select the Console tab.
- If there are existing messages, select the Clear Console button (🚫) to clear the Console and start with a clean log.

- Reproduce the issue by performing the steps that lead to the error.
- Right-click within the Console and select Save as... to save the log file.

- Attach the saved file,when replying to your support ticket.
Capturing Network Logs (HAR File)
- Open Developer Tools by pressing F12.
- Select the Network tab.
- Ensure the Record Network Log button (●) is enabled and showing red.
- Select the Clear button (🚫) to remove any existing network activity.

- Reproduce the issue.
- Wait until the issue occurs and all relevant network requests have been captured.
- Right-click Download button

- Save the HAR file to your computer.
- Attach the saved file,when replying to your support ticket
Please email [email protected] and send us these three files:
- screenshot of the issue if possible
- Console log file
- Network HAR file