All Collections
Marketplace Guides
Troubleshooting
How to check your browser for errors
How to check your browser for errors

How to check your browser for console & network errors

Corey avatar
Written by Corey
Updated over a week ago

If something isn't quite working as you'd expect, you can check your browser’s Javascript console and Network tab for errors and share screenshots or screen recordings with us.

While troubleshooting, we use the Javascript console and network tab to find errors and find more information about errors. We often ask for screenshots and recordings of what you are experiencing as it's often quite helpful for us to pinpoint the cause of an issue and help you get back and up and running!

The steps below will guide you in finding and recording these errors.

Javascript Console Errors

The JavaScript console in Google Chrome (also available in other browsers) is a tool that allows you to troubleshoot any errors that may appear on a given website. The console allows you to explore additional information surrounding the error.

Console Tab

  1. In Chrome, navigate to the page you are experiencing an error on.

  2. Right-click on the page and click Inspect.

    • Mac keyboard shortcut: Command + Option + J

    • Windows / Linux keyboard shortcut: Press Ctrl + Shift + J

  3. Navigate to the Console tab.

  4. Refresh your page and look for any errors in red.

Network / Request Errors

The network tab in Google Chrome (also available in other browsers) will show you all of the separate requests your browser is making to web servers, all of the bits of data sent back and forth in order to display and interact with a webpage.

is a tool that allows you to troubleshoot any errors that may appear on a given website. The console allows you to explore additional information surrounding the error.

Network Tab

  1. In the console, select the Network tab.

  2. Refresh your page and look for any errors in red.

  3. Select the error and cycle through the ‘headers’, ‘previews’, and ‘response’ tabs to gather more information on the error.

Once you've found an error, use your favourite tool to take a screenshot or screen recording of the errors and share it with our support team!

Did this answer your question?