Hi,
I’m trying to connect my appsmith app to git (bitbucket) but my company uses a custom port for the ssh configuration, so the remote URL looks as follows:
git@bitbucket.hostname.com:1234/repo/appname.git
I followed the instructions on how to connect to bitbucket to a T, but appsmith just can’t connect.
We also have a Gitlab server to which I was able to easily configure appsmith to connect to, but this server is going away in a few weeks so I need to connect my app to Bitbucket. The only difference I see between the 2 configurations is that the one for Gitlab does not contain a custom ssh port, it uses the default one.
git@gitlab.hostname.com:/repo/appname.git
So my question is: Does appsmith support connecting to a bitbucket server using a custom SSH port?