Issue "Assignee" autocomplete error: `XHR failed loading: GET "http://autocomplete/users.json...."`
Gitlab version: GitLab Community Edition 8.2.3 19daba8a
Error cases:
- When creating an issue, the "Assignee" dropdown shows nothing.
- When reassign user in an issue, the "Assignee" dropdown shows nothing.
Both error in console says:
Failed to load resource: net::ERR_NAME_NOT_RESOLVED http://autocomplete/users/10.json
# Or
XHR failed loading: GET "http://autocomplete/users.json?search=&per_page=20&active=true&project_id=17¤t_user=true".
I think this is an API URL mistake.