Skip to content

Accessing the Browser Console and Network Logs

Views
202619
Last updated

When you're reporting an issue to HappyFox support, we may ask for a screenshot of your Web Browser's Console and/or Network Logs to troubleshoot the problem thoroughly 🛠.

Console/Network Logs often contain important error details essential to identify the root cause of the issue/bug that you're facing inside HappyFox.

This article describes how you can access these logs in popular web browsers like:

Google Chrome:

Console Logs in Chrome:

In Google Chrome, the Console Logs are available as a part of Chrome Dev Tools.

To open the dedicated Console panel, either:

You can also access this Console panel from the Chrome Menu:

In the Console Tab, you can find the current error messages (Displayed in Red) along with other console level information such as warnings and info. 

Tip 💡: If your bug/issue involves movement across multiple pages of the app, it is recommended to "Preserve Log". This helps to persist the error messages.

Network Logs in Chrome:

In general, Network panel is used when you need to make sure that resources are being downloaded or uploaded as expected. Open DevTools by pressing Control+Shift+I or Command+Option+I (Mac). Refresh the contents of the webpage.

Alert❗️: It is important to open the Network Tab before performing any action that results in an issue. This is done to properly preserve the network traffic data, one among which could be the error. Alternatively, Reload the page to start getting the logs.

Mozilla FireFox:

Console logs in FireFox

In Mozilla FireFox, the Console Logs are available as a part of FireFox developer tools.

To open the Web Console:

Network Logs in FireFox:

Opening the Network Monitor:

Alert❗️: It is important to open the Network Tab before performing any action that results in an issue. This is done to properly preserve the network traffic data, one among which could be the error. 

Safari:

In Safari Browser, console and network logs are available as a part of "Develop Menu". By default, these options are disabled. To enable "Develop Menu",

Console logs in Safari:

Post enabling "Develop Menu", go to the desired webpage and click Develop >> Show Javascript Console.

Network Logs in Safari:

Opening the Network Log:

Alert❗️: It is important to open the Network Tab before performing any action that results in an issue. This is done to properly preserve the network traffic data, one among which could be the error.

Tags