Save console logs to help the support team troubleshoot.
If you're working with Webflow support on a complex issue, you may be asked to generate a HAR file and/or capture console logs. Console logs can reveal errors that occur as you interact with a webpage, which helps diagnose what's going wrong.
Process overview
- Open the browser’s console panel
- Reproduce the issue you’re experiencing
- Save the console log file
- Close the console panel
- Send the file to Webflow support
Steps to capture console logs
Note
Browser steps may change. For the most accurate instructions, check your browser’s help documentation.
Chrome
- Click the Menu icon in Chrome
- Choose More tools > Developer tools
- Click the Console tab in the panel that opened
- Click the Settings icon in the console panel
- Check Preserve log, then close the settings
- Refresh the page and reproduce the issue
- Right-click any log entry and click Save as
- Save the file so you can send it to Webflow
- Exit the console panel
Firefox
- Click the Menu icon in Firefox
- Select Web Developer > Network
- Click the Console tab in the panel that opened
- Click the Settings icon
- Check Preserve log
- Refresh the page and reproduce the issue
- Right-click a log entry and choose Export Visible Messages To > File
- Save the file so you can send it to Webflow
- Exit the console panel
Safari
Before you start, temporarily enable the Develop menu:
- Open Safari
- Click Safari in the top menu
- Click Preferences
- Click the Advanced tab
- Check Show Develop menu in menu bar
Then, capture the log:
- Click Develop in the top menu > Show Web Inspector
- Click the Console tab
- Check Preserve Log
- Refresh the page and reproduce the issue
- Press Command + A to select all entries
- Right-click any entry and click Save Selected
- Save the file so you can send it to Webflow
- Exit the console panel
You can now disable the Develop menu from Safari's preferences if you want.
Edge
- Click the Menu icon in Edge
- Select More tools > Developer tools
- Click the Console tab
- Click the Settings icon
- Check Preserve log, then close settings
- Refresh the page and reproduce the issue
- Right-click a log entry and click Save as
- Save the file so you can send it to Webflow
- Exit the console panel