Finding Your Browser's Console logs
Issues can sometimes be tricky to troubleshoot or even explain. One thing that can help us (and you) figure out what's going on is your browser's developer (or Javascript) console.
Here is how to find it on most modern browsers.
Google Chrome
Shortcut:
Windows/Linux: ctrl + Shift + J
MacOS: cmd + Option + J
Open Google Chrome and go to the page where the issue is occurring.
Right click anywhere on the page and select Inspect.
From the panel opened, select the Console tab.
Right click anywhere in the console output and select "Save as...".
Choose a location to save the file and select "Save".Send us the file via your support ticket.
Apple Safari
Shortcut: Option + cmd + C
Open Safari and go to the page where the issue is occurring.
Right click anywhere on the page and select Inspect element.
Select the Console tab.
Select all by pressing ‘cmd + a’.
Right click anywhere in the console output and select "Save Selected".
Send us the file via your support ticket.
Microsoft Edge
Shortcut: Option + cmd + i
Open Edge and go to the page where the issue is occurring.
Right click anywhere on the page and select Inspect.
Select the Console tab.
Right click anywhere in the console output and select "Save as...".
Choose a location to save the file and select "Save".Send us the file via your support ticket.
Mozilla Firefox
Shortcut: Option + cmd + J
Open Firefox and go to the page where the issue is occurring.
Right click anywhere on the page and select Inspect element.
Select the Console tab.
Right click anywhere in the console output and select "Save all messages to file".
Choose a location to save the file and select "Save".Send us the file via your support ticket.
Internet Explorer
We do not support Internet Explorer.
To open the developer console in Internet Explorer, click on the Gear Menu in the upper-right-hand corner of the browser window and select F12 Developer Tools. You can also press F12 to open it.
The console will either open up within your existing Internet Explorer window, or in a new window. You may have to select the Console tab.