Before you start
- Open the Zylon app in your browser.
- Go to the page where the problem happens.
- Keep this tab open while you follow the steps below.
Frontend logs (browser responses)
There are two ways to share frontend logs. You can send a full network HAR file, or you can share a single response from the request list. A HAR (HTTP Archive) is a file that contains all network requests and responses for a page. This can speed up troubleshooting. If you want to share only a specific response, follow the single‑log steps below.Google Chrome
- Open Developer Tools.
- Press
F12on Windows orCmd + Option + Ion Mac. - Click the
Networktab. - Check
Preserve logso requests do not disappear when the page reloads. - Reproduce the problem (click the same buttons or run the same action).
- To export a HAR: right‑click anywhere in the request list and choose
Save all as HAR with content, then share the file with support. - In the list of requests, click the one that matches the action you just did.
- In the right panel, open the
Responsetab. - Right-click inside the response and choose
Copy. - Paste the response into a text file and share it with support.
Microsoft Edge
- Open Developer Tools.
- Press
F12on Windows orCmd + Option + Ion Mac. - Click the
Networktab. - Check
Preserve logso requests do not disappear when the page reloads. - Reproduce the problem (click the same buttons or run the same action).
- To export a HAR: right‑click anywhere in the request list and choose
Save all as HAR with content, then share the file with support. - In the list of requests, click the one that matches the action you just did.
- In the right panel, open the
Responsetab. - Right-click inside the response and choose
Copy. - Paste the response into a text file and share it with support.
Mozilla Firefox
- Open Developer Tools.
- Press
F12on Windows orCmd + Option + Ion Mac. - Click the
Networktab. - Reproduce the problem (click the same buttons or run the same action).
- To export a HAR: right‑click anywhere in the request list and choose
Save All As HAR, then share the file with support. - In the list of requests, click the one that matches the action you just did.
- In the right panel, open the
Responsetab. - Right-click inside the response and choose
Copy. - Paste the response into a text file and share it with support.
If you cannot find the request, try these quick checks.
- Make sure the
Networktab is selected. - Reload the page and repeat the action.
- Look for filters like
Fetch/XHRand select them.