How can I view the full error message when troubleshooting?
Use browser DevTools to view the full error message.
- Open DevTools: Right-click on the page and select ‘Inspect’ or press
F12to open the browser’s Developer Tools. - Go to the Network tab: Click on the ‘Network’ tab within DevTools.
- Reproduce the issue: Perform the actions that lead to the error.
- Locate the failed request: Find the request that failed in the list of network requests.
- 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.