Your Rocket.Chat version: 0.46
Apart from the issue I contributed in using the iOS App also in the browser there are still some errors in using a subdir /chat behind a proxy which will reduce functionality. They are visible in the developer console in the browser:
It looks like in both cases my subdir /chat is not added to the url.
With version 0.47 i have two subdir related problems:
I can confirm that in 0.47 the issue with the videobridge is solved but the issue with the logo still exists like birkb commented above.
I have also tested it with 0.47.1 and the problem still exists. These three issues https://github.com/RocketChat/Rocket.Chat/issues/2646 https://github.com/RocketChat/Rocket.Chat/issues/4546 https://github.com/RocketChat/Rocket.Chat/issues/4798 seem to be related.
Same problem with logo in 0.48.2
Subdir URL really needs to be fixed, they always are some little problems linked to using a subdir behind a proxy ...
I got a 404 too on the logo at connexion screen and at the bottom of the sidebar !
Subdir is written in the URL but a "/" is missing !
HTTPS://host.dn/chatassets/logo.png
Ans should be :
HTTPS://host.dn/chat/assets/logo.png
Well i really don't know where to look to change those settings !
Same problem with logo in 0.49.4 and 0.50.1
I can not upload file with using subdir on 0.49.4
I find I can upload file with using subdir on 0.39, but I can not roll back to 0.39, so sad
Still not in 50.1....
Fix this please !
@engelgabriel Hope it will be fixed soon :P Thanks 馃挴
Most helpful comment
With version 0.47 i have two subdir related problems:
https://hostname.fqdn/subdirimages/logo/logo.svg instead of https://hostname.fqdn/subdir/images/logo/logo.svg
https://hostname.fqdn/assets/logo.png instead of https://hostname.fqdn/subdir/assets/logo.png