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
- Open the Appsmith application in your browser.
- Open your browser’s developer tools (e.g., press
Cmd + Option + Ion macOS orCtrl + Shift + Ion Windows/Linux). - In the Network tab, filter the requests by typing
consolidated. - Select the first filtered result.
- Under the Response tab of that network request, press
Cmd + F(orCtrl + F) and search for the termbrowserSupportedRemoteUrl. - The remote repository URL (SSH URL) should appear next to that key.