1. Knowledge Base
  2. How-To Guides
  3. Working with Our Support Team

How to Use the Browser Console to Share Errors with Our Support Team

Learn how to inspect browser errors to share them with our support team for faster issue resolution.

When you encounter an issue while using Knack, gathering information from your browser's developer tools can help our support team resolve it faster. This guide will walk you through accessing the browser console, checking for errors, and sharing the details with us.

What is a browser console?

A browser console is a tool available in most modern web browsers (Chrome, Firefox, Safari, Brave, etc.) that lets you see behind-the-scenes activities of a webpage. You can use it to identify error messages and track network activity, which are key for troubleshooting.


 

Step-by-Step Guide

Open the Developer Tools

Please follow these steps to access the browser’s developer tools:

  •  Browsers: Chrome, Brave, and Edge

    1. Right-click anywhere on the webpage and select "Inspect":
      chromeinspect
    2. Click on the "Console" tab in the developer tools panel:
      console2
  • Firefox

    1. Right-click anywhere on the webpage and select "Inspect":
      firefoxinspect
    2. Select the "Console" tab from the top of the panel:
      firefoxconsole
  • Safari

    1. Open Safari's Settings, navigate to the "Advanced" tab, and check the box for "Show features for web developers" if it’s not enabled:
      safarisettings2
    2. Right-click anywhere on the webpage and select "Inspect Element":
      safariinspectelement
    3. Navigate to the "Console" tab:
      safariconsole

 

View the Console Tab for Errors

Once the developer tools are open in your browser:

  • Click on the "Console" tab.
  • Look for error messages marked in red. These often include useful details like the type of error and its location.

Example of a Console Error:

Uncaught TypeError: Cannot read property 'value' of undefined
at script.js:42

Please take a screenshot or copy the text of the error to share with our team.


 

Check the Network Tab for Issues

If you’re facing loading or connectivity problems, the Network tab is helpful:

  • Click on the "Network" tab:
    networktab
  • Reload/refresh the page to see all the requests being made.
  • Look for requests that failed (usually highlighted in red).

 

How to Share This Information

  1. Screenshots:
    Please take screenshots of errors in the Console tab and failed requests in the Network tab.
  2. Describe the Issue:
    Include a brief description of what you were doing when the issue occurred, any recent changes made to your app, and any steps to reproduce the issue.

Need more help?

If you’re unsure how to gather this information, our CX team is here to guide you! Just reach out to us, and we’ll be happy to assist you. You can reach them via this form: Create Support Ticket