-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after failed connection attempt, does not "release" connection attempt/details for new attempt #9
Comments
+1 Describe the bug To Reproduce Enter details on first launch Expected behavior Environment (please complete the following information): Additional context |
Workaround for now on Ubuntu/Debian:
|
I deleted the Settings file and heres what happens: Attempt to login again with all 3 credentials Debug log (error console):
|
Using macOS version on BigSur
If I put incorrect credentials in to login, the "Connecting" notice just keeps spinning forever.
In my case, I put the incorrect URL for the Connection Manager.
Since there is no convenient cancel button, I had to use the "Force Logout" option from the application menu.
This returns me to the login window, but using the "Debugging" window and the "Network" pane, I could see that converse.js continues to attempt to connect to the previously inputted Connection Manager even though I have "canceled" the connection attempt.
Even after I input a new Connection Manager URL and new login credentials and start a new login attempt, converse.js continues unsuccessfully trying to establish a connection using the first attempt with the first inputted credentials, and never stops, effectively ignoring the newly-inputted credentials.
The newly-inputted credentials are not entirely ignored. If I quit the converse.js app completely, and then relaunch it, it will then automatically attempt to connect with the last set of credentials I inputted before closing the app.
In short:
The text was updated successfully, but these errors were encountered: