Report a bug
Capture the network and console information GitBook’s support team needs to investigate a bug
Report bugs from the app’s support widget or by emailing support@gitbook.com, with as much context as possible on how you encountered the issue.
For some issues, the support team asks for a HAR capture (HTTP Archive). It records your browser’s requests and responses with the GitBook app, letting the team investigate further. Capture it alongside a console log:
In Chrome, go to the page in GitBook where you’re experiencing the issue.
Click ⋮ at the top right of your browser window, then More tools → Developer tools.
Click the Network tab and check Preserve log.
Confirm the red circle at the top left of the Network tab is visible — recording has started. If the circle is black, click it to start recording.
Refresh the page and reproduce the issue.
Click the download icon (↓) in the Network tab toolbar to save all requests as a HAR file.
Click the Console tab, right-click anywhere in the console, and click Save as…. Name the file
Chrome-console.log.Reply to your case with both files as shared links.
In Firefox, go to the page in GitBook where you’re experiencing the issue.
Click the Firefox menu at the top right, then Web developer → Network.
Click the Network tab and check Persist logs.
Refresh the page and reproduce the issue while the capture is running.
Right-click any row of the activity pane and click Save all as HAR.
Click the Console tab, right-click any row, and click Select all. Paste the content into a text file named
console-log.txt.Reply to your case with both files as shared links.
In Safari, go to the page in GitBook where you’re experiencing the issue.
In the menu bar, click Develop and select Show Web Inspector.
Click the Console tab and check Preserve log, then go to the Network tab.
Refresh the page and reproduce the issue while the capture is running.
Right-click any row of the activity pane and click Export HAR.
In the Console tab, right-click any row and click Select all. Paste the content into a text file named
console-log.txt.Reply to your case with both files as shared links.
In Edge, go to the page in GitBook where you’re experiencing the issue.
Click the Edge menu (⋮) at the top right and select Developer tools.
Click the Network tab and clear the entries on navigate option (the blue arrow with a red X).
Confirm the green play button (start profiling session) is selected — the capture is running.
Refresh the page and reproduce the issue.
Click the Export as HAR icon (the floppy disk).
In the Console tab, right-click any row and click Copy all. Paste the content into a text file named
console-log.txt.Reply to your case with both files as shared links.
Last updated
Was this helpful?