RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

Android App not working when RocketChat in SubDir #185

Open JohnDorien1 opened 7 years ago

JohnDorien1 commented 7 years ago

Having RocketChat Installed behind a nginx proxy in a SubDir, e.g. /chat/ (important, closing "/") the app is stuck in "trying to connect" forever. It will connect first and download resources but then no further connection can be made, assuming it won't connect https://server/chat/api/info whilst connecting the api via browser works just fine.

frdmn commented 7 years ago

Can confirm, even compiled Rocket.Chat.Cordova from master to make sure we try the latest code - no change:

bildschirmfoto-2017-05-16-um-11 36

Seems related to the subdir - maybe somewhere in here?

teamsoo commented 6 years ago

@JohnDorien1 @frdmn This should be fixed from Backend repo by now. Have you tried it again lately?

JohnDorien1 commented 5 years ago

Edit: was too fast. Actually it does connect and display some more information on whats wrong when fiddling with the app. It apparently loads everything BUT the chats - where its says connecting forever as before