Cover image for luis

Luis Ibarra

Technical Support Engineer

Appsmith

How to Determine Which Remote Git Repository an Appsmith Application Is Connected to

If you’re working with a Git-connected Appsmith application and you’ve lost track of which remote repository it is linked to (for example, before updating a deploy key), you can determine the repository URL via your browser developer tools.

Steps

  1. Open the Appsmith application in your browser.
  2. Open your browser’s developer tools (e.g., press Cmd + Option + I on macOS or Ctrl + Shift + I on Windows/Linux).
  3. In the Network tab, filter the requests by typing consolidated.
  4. Select the first filtered result.
  5. Under the Response tab of that network request, press Cmd + F (or Ctrl + F) and search for the term browserSupportedRemoteUrl.
  6. The remote repository URL (SSH URL) should appear next to that key.
browserSupportedRemoteUrl