wireapp / wireapp/wire-server

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

Open
#1,224 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Haskell
Stars
2.8k
Forks
334
Avg merge
1d 7h
Merged PRs (30d)
50

Description

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\\\"}\")}"]}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing people and contact search in the Android and iOS apps against the reported three-node bare-metal setup. Inspect the brig error for the galley request to i/teams/.../search-visibility and verify why it returns 404. Done means mobile search and invitations work without the missing-endpoint error.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, haskell, ios
Domain
api, backend, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.