What is the error console?
The error console is a tool built into your web browser that lets you see what's going on behind the scenes of a website. It's used by developers to check for errors in the website’s code. If something isn’t working right, such as, a button won't click, or a page loads incorrectly, the console may show an error message that helps explain what went wrong.
How to Open the Console:
Google Chrome (recommended browser):
- Open the website you want to check for errors.
- On your keyboard, press Ctrl + Shift + J (Windows) OR Cmd + Option + J (Mac).
- A panel will appear—this is the Developer Tools. Click on the “Console” tab at the top if it’s not already open.
Microsoft Edge:
- Visit the website you want to inspect.
- Press Ctrl + Shift + J (Windows).
- Click the “Console” tab if it's not already open.
Safari:
*Need to enable feature before you're able to view it.
- Click Safari in the top menu > Settings > Advanced tab.
- Check the box that says “Show features for web developers."
- Visit the website you want to inspect.
- Press Cmd + Option + C on your keyboard (Mac).
- The console will appear at the bottom or side of your screen.
Firefox:
- Visit the website you want to inspect.
- Press Ctrl + Shift + K (Windows) or Cmd + Option + K (Mac).
- The console will appear at the bottom or side of your screen.
The console will look similar to this:
Red messages in the console are errors.
Yellow messages are warnings, less serious.
It’s okay if you don’t understand the errors! Take a screenshot and share it with our support team to analyse.