" are comments from us and won't be
visible in your bug report, so please don't put any text in them.
-->
Describe the bug
Searching for a user doesn't work in Google chat
Search for a user who is not in the cached list of Google Chat.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Matching users should be listed in the dropdown.
Screenshots
Look for the autocomplete requests failing in the console

Here is a response of the autocomplete request:
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED"
}
}
Desktop:
@mahadevans87 is it still happening in 5.5.0-gm?
@mahadevans87 is it still happening in 5.5.0-gm?
I can confirm this does not work in the latest 5.5.0-gm as well as building from the develop branch.
Have made some progress on this. Hopefully the fix should resolve all of the Google related issues
@kytwb : Created a PR each in both ferdi as well as the recipe repo. Please review the same.
Most helpful comment
Have made some progress on this. Hopefully the fix should resolve all of the Google related issues