All Collections
Troubleshooting
How to Open your Browser's Console
How to Open your Browser's Console

This is how you can open your browser's console so we can more easily track down the issue you're experiencing.

Brian Dollen avatar
Written by Brian Dollen
Updated over a week ago

We hope that your experience using SmartSuite is smooth, intuitive and error-free. In the event you run into an issue that requires our support team to investigate a problem, however, using your browser's "developer console" will provide the team with the information required to quickly diagnose and resolve the situation.

When providing this information, please use the steps below to open the Console tab. Screenshot the entire interface and the visible console log tab's contents. It's even more helpful if you can download the console log to a file and upload it in your support ticket - the steps for doing so are included at the end of each section below.

Quick Reference

Windows

  • Chrome: F12 or More Tools > Developer Tools

  • Edge: Control+Shift+I or More Tools > Developer Tools

  • Firefox: Control+Shift+J or More Tools > Browser Console

Mac

  • Safari: Option+Cmd+C or Develop > Show JavaScript Console

  • Chrome: F12 (fn+F12 on laptops) or More Tools > Developer Tools

  • Firefox: Cmd+Shift+J or More Tools > Browser Console

Chrome

To open your console on Chrome, you can use either F12 or access it via the GUI menu of Google Chrome. To do this, just click on the 3 dot action button in the top-right corner and go to More Tools > Developer Tools.

Next, click on the Console Tab.

Saving Console Output

To save the contents of the Console tab in Chrome, do the following:

  • Windows: Right-click in the console and select "Save as..."

  • Mac: control+click in the console and select "Save as..."


Safari

The Error Console on Safari is disabled by default. You'll need to perform these extra steps before being able to open it.

Go into Safari's preferences (Safari Menu > Preferences) and select the Advanced Tab. From there you'll check the box labeled "Show Develop menu in menu bar".

Once you've enabled that, you can then access the console by using the shortcut Option+Cmd+C or by clicking Develop > Show JavaScript Console

Saving Console Output

To save the contents of the Console tab in Safari, click anywhere in the console output, then press command+S.


Edge

To open your console on Edge, you can use either Ctrl+Shift+I or access it via the GUI menu of Edge. To do this, just click on the 3 dot action button in the top-right corner and go to More Tools > Developer Tools.

Saving Console Output

To save the contents of the Console tab in Edge, right-click in the console window and select "Save as..."


Firefox

To open your console on Firefox, you can use either Ctrl+Shift+J (Cmd+Shift+J on Mac) or access it via the GUI menu of Firefox. To do this, just click on the 3 line action button in the top-right corner and go to More Tools > Browser Console.
Firefox is slightly unique compared to the other three major browsers in that it opens its console in a new window.

Saving Console Output

To save the contents of the Console tab in Firefox, do the following:

  • Right-click on any console message shown

  • Click the “Save all messages to file” option



Did this answer your question?