You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Upon setting up a new remote connection in the connections tab, and then clicking the "connect" button the connection appears to hang without any indication why. Upon further inspection, it was a faulty-sized connection window that made it hard to see the connection wizard was waiting for user input (password in my case), and was only able to discover the issue by issuing a "CMD +A" and "CMD +C" to select and copy all text in the connection window, then paste it into a text editor to see all the output.
To Reproduce
Steps to reproduce the behavior:
Click the "Connections" tab in the left sidebar
Click "New Connection"
Enter host details
Click "Connect"
The connection dialog box is unable to display all contents, the connection appears to hang.
Expected behavior
I expect to see all connection output, especially when requesting user input.
Screenshots
Screenshot 1, the connection window with limited output
Screenshot 2, the copy/pasta into a text editor to see full output.
Desktop (please complete the following information):
OS: MacOS Sanoma 14.3.1 (23D60)
Version: v0.6.1 (20240131-063625)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Various modal resizings have broken the terminal window view. We're working on a fix for v0.7.0. (1) we'll resize the modal / terminal window to actually fit inside of the modal window. (2) there seems to be another problem where the terminal output is not being automatically scrolled to the bottom.
Describe the bug
Upon setting up a new remote connection in the connections tab, and then clicking the "connect" button the connection appears to hang without any indication why. Upon further inspection, it was a faulty-sized connection window that made it hard to see the connection wizard was waiting for user input (password in my case), and was only able to discover the issue by issuing a "CMD +A" and "CMD +C" to select and copy all text in the connection window, then paste it into a text editor to see all the output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see all connection output, especially when requesting user input.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: