linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.79k stars 195 forks source link

Unable to change server on mobile app #2595

Open hazhayder opened 1 year ago

hazhayder commented 1 year ago

Describe the bug I just installed Twake-mobile app from App Store on my iOS 15, Upon app launch, I clicked on change server and wrote my self-hosted twake instance URL and it says, invalid host. Upon digging down into the code I came to know it calls the endpoint https://domainname.com/internal/services/general/v1/server Which is returning 404 not found in my case

To Reproduce Steps to reproduce the behavior:

  1. Follow the Twake production server installation guide.
  2. Call the API {baseUrl}/internal/services/general/v1/server Expected behavior Should return 200 response code but it is returning 404 not found which response is being server fastify image