# Debugging

If for some reason, the extension doesn't record the HTTP requests, then you can follow the steps below in order to debug the issue:

  1. View the error console for vREST Extension provided by the chrome. For viewing the error console:
    1. Go to chrome://extensions page
    2. Make sure the checkbox Developer Mode is checked on the upper right side of this page.
    3. Then find the vREST extension in the list of installed extensions, and click on the background page link for the vREST extension.
    4. A new browser window will open, click on the Network tab.
    5. Any recorded HTTP request will call an API to the vREST NG Recorder service, these API requests will be shown in the Network tab, and if there are any errors then those errors will be shown in the response of these requests. If you are still not able to resolve the issue then contact us at support@vrest.io with the outcome of the above step.