Skip to content

How can I view the full error message when troubleshooting?

Use browser DevTools to view the full error message.

  1. Open DevTools: Right-click on the page and select ‘Inspect’ or press F12 to open the browser’s Developer Tools.
  2. Go to the Network tab: Click on the ‘Network’ tab within DevTools.
  3. Reproduce the issue: Perform the actions that lead to the error.
  4. Locate the failed request: Find the request that failed in the list of network requests.
  5. View the full error message: Click on the failed request and go to the ‘Preview’ section to see the full error message.
  • The error may originate from GitHub, indicating a configuration or permissions issue on the GitHub side.