Closed bitdessert closed 1 year ago
What OS and version are you on? What Mattermost server version are you on?
@amyblais Sorry, I see it now. iOS 16, server 8.1
@bitdessert I haven't been able to reproduce this. Does this still happen in mobile app v2.8.0, and is there are any other information about your environment that could help me reproduce it?
@amyblais Can you put the value of AutoSelectServerUrl as true inside the Config.json file and test it? When the value of AutoSelectServerUrl is false, it seems to work fine. But after setting it to true, the logout menu shows the subtext "Log out at {url}". Also, when logged out, the url is entered in displayName field of the server information screen.
@amyblais Check out the handleconnect method in the screens/server/index.tsx file. If the autoconnect value is true, the displayName value inside the handleConnect method is an empty value; if the autoconnect value is false, the displayName value is set when the handleConnect button is called
Closing as a Help Wanted issue was opened for this.
Per Mattermost guidelines, GitHub issues are for bug reports: http://www.mattermost.org/filing-issues/.
For troubleshooting see: http://forum.mattermost.org/. For feature proposals see: http://www.mattermost.org/feature-requests/
If you've found a bug--something appears unintentional--please follow these steps:
Summary
After logging out, the value of displayName in the initial server selection screen seems to change to server url.
Environment Information
Steps to reproduce
Log out.
Review the server selection screen.
Log in, then log out again.
Check the server selection screen.
Expected behavior
Logging out should not replace the server display name with the server url
Observed behavior (that appears unintentional)
When you log out, the server display Name is replaced with the server url
Possible fixes