You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
Device (or Simulator) you're running with: iPhone 6s and iPhone 7 on iOS 11.0.3
Hey, If I enter the server URL in the App with a path, such as: "https://192.168.1.100/chat", it will produce an error. Because there are fixed paths in many packages under "API / Requests", for example: /api/v1/info
If my server URL has a path “/chat”, Those files with the fixed path under "API / Requests" package will add the path "/chat". like this: /chat/api/v1/info
The text was updated successfully, but these errors were encountered:
rafaelks
changed the title
The server URL will have a Bug with a path, like this: "https: 192.168.1.100/chat"
[BUG][INVESTIGATE] The server URL will have a Bug with a path, like this: "https: 192.168.1.100/chat"
Nov 3, 2017
Any update on this issue? I’ve just set up a self-hosted server on subdirectory and found this issue. I can confirm that it still exists :( I cannot even go through the server connection screen.
Sadly, I'm unable to do this as it is not under my control.
I've spent some time reading the code and trying to debug it on my own but as you've said - it's tricky. Is there a plan to solve it in the near future? I could try to do something with the implementation but I'm not a Swift/iOS developer on my daily basis and it will take me 10x longer to solve...
I've done what I could and prepared a PR. I've tested it manually on my computer by logging into my Rocket.Chat instance and my own account. It would be nice if anyone would continue my work as I probably won't have more available time to work on this.
Hey, If I enter the server URL in the App with a path, such as: "https://192.168.1.100/chat", it will produce an error. Because there are fixed paths in many packages under "API / Requests", for example:
/api/v1/info
If my server URL has a path “/chat”, Those files with the fixed path under "API / Requests" package will add the path "/chat". like this:
/chat/api/v1/info
The text was updated successfully, but these errors were encountered: