RocketChat / Rocket.Chat.Android

Legacy mobile Rocket.Chat client in Kotlin for Android
https://rocket.chat
MIT License
869 stars 556 forks source link

'Connect' button not enabling when adding server #2497

Open is-andrade opened 4 years ago

is-andrade commented 4 years ago

Describe the bug

'Connect' button not enabling when adding server!

To Reproduce

  1. Open the app for the first time
  2. Press "Connect to a server"
  3. type http://li2234:3000

Connect button stills disabled

Expected behavior

Like the desktop client, I expect to be able to connect.

Screenshots

image

Devices and Versions

Your Rocket.Chat.Android version: (unable to check because I'm not logged in) Your Rocket.Chat Server version: 0.57.2 image

Additional context

the Rocket.Chat at the company i work for is hosted at http://li2234:3000 I can access it from a browser and Linux Desktop client fine: image

but it seems like the URL pattern rule on Android App is not the same.

I've tried the React App, which enables the connect button but turns out my server doesn't match the minimum required version so my only chance to get a mobile app is this one.