wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

Can't able to search people inside mobile apps (Android/ios)

Open ramesh8830 opened this issue 4 years ago • 3 comments

Hi,

I installed wire production server setup on bare metal servers with 3 node cluster. Everything seems to be working fine on the web but in the mobile apps(android & ios) i can't able to search people to invite or existing contacts.

Please help me resolve this issue. Below is the error from one of brig pods.

{"request":"52b8ad29827d70f23ce5ece5cf90fa7b","msgs":["E","RPCException {remote = \"galley\", path = \"i/teams/0380be04-70ef-455c-8a7a-fe33f12ce944/search-visibility\", headers = [(\"Request-Id\",\"52b8ad29827d70f23ce5ece5cf90fa7b\")], cause = HttpExceptionRequest Request {\n host = \"galley\"\n port = 8080\n secure = False\n requestHeaders = [(\"Request-Id\",\"52b8ad29827d70f23ce5ece5cf90fa7b\")]\n path = \"i/teams/0380be04-70ef-455c-8a7a-fe33f12ce944/search-visibility\"\n queryString = \"\"\n method = \"GET\"\n proxy = Nothing\n rawBody = False\n redirectCount = 10\n responseTimeout = ResponseTimeoutDefault\n requestVersion = HTTP/1.1\n}\n (StatusCodeException (Response {responseStatus = Status {statusCode = 404, statusMessage = \"Not Found\"}, responseVersion = HTTP/1.1, responseHeaders = [(\"Transfer-Encoding\",\"chunked\"),(\"Date\",\"Fri, 09 Oct 2020 21:39:53 GMT\"),(\"Server\",\"Warp/3.2.28\"),(\"Content-Encoding\",\"gzip\"),(\"Content-Type\",\"application/json\")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose}) \"{\\\"code\\\":404,\\\"message\\\":\\\"The requested endpoint does not exist\\\",\\\"label\\\":\\\"no-endpoint\\\"}\")}"]}

ramesh8830 avatar Oct 09 '20 22:10 ramesh8830

What version of wire-server are you running? Can you please make sure galley and brig are the same version?

akshaymankar avatar Oct 12 '20 09:10 akshaymankar

wire -server chart Version : 0.80.0 Brig and Galley version: 0.0.1-pr.2176

ramesh8830 avatar Oct 13 '20 17:10 ramesh8830

Looks like you're using a very old chart version and a PR version of the images. The PR version could be wrong as they might not even have passed our CI. Please use latest image versions (2.90.0). Also, your chart version seems to be very old, latest one is 0.122.0

akshaymankar avatar Oct 14 '20 07:10 akshaymankar