# Localhost:3000/users gives no-results

**URL:** https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551
**Category:** Development
**Created:** [February 17, 2017, 3:21pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551 "2017-02-17T15:21:52Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [February 17, 2017, 3:21pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/1 "2017-02-17T15:21:52Z")

</div>

I install my local version of discourse which seems to work pretty fine.  
I have an admin user and i created other 2 test users, which i can see the profile and i can see when i search for them in the search bar.  
Anyway if i go to `/users` i got `No results were found`

Any suggestion how can i check why is this happening?

I run discourse without Vm, with normal instalation following [this guide](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-mac-os-x-macos-for-development/15772)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [February 17, 2017, 3:25pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/2 "2017-02-17T15:25:27Z")

</div>

`/users` is filled trough a background job, ran by Sidekiq.

There are instructions to run sidekiq if you want at the very end of the [dev instructions](https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md)

---

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [February 17, 2017, 3:49pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/3 "2017-02-17T15:49:48Z")

</div>

I installed the gem `mailcatcher`  
but if i run `ruby $(mailcatcher)` i get `ruby: No such file or directory -- Starting (LoadError)`

I’m on OS Sierra and `rbenv version` give `2.3.0`

And doing `ruby -v` give also the current version

---

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [February 19, 2017, 10:21pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/4 "2017-02-19T22:21:13Z")

</div>

Still not sure why i got that error with ruby directory but look like i need just `bundle exec sidekiq -q critical,low,default -d -l log/sidekiq.log` to display `/users`

so my problem is postponed to the time i will need emails 😛  
Thanks @Falco!

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [February 20, 2017, 9:46pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/5 "2017-02-20T21:46:58Z")

</div>

> [@designbygio](#):
>
> I installed the gem mailcatcherbut if i run ruby $(mailcatcher) i get ruby: No such file or directory – Starting (LoadError)

Try running just `mailcatcher` command from a directory other than your discourse directory.

---

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [February 21, 2017, 10:09am UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/6 "2017-02-21T10:09:21Z")

</div>

i got

```plaintext
rbenv: mailcatcher: command not found

The `mailcatcher' command exists in these Ruby versions:
  2.3.0

```

Do i have to install mailcatcher globally?

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [February 21, 2017, 2:02pm UTC](https://meta.discourse.org/t/localhost-3000-users-gives-no-results/57551/7 "2017-02-21T14:02:50Z")

</div>

> [@designbygio](#):
>
> Do i have to install mailcatcher globally?

Yes.

> **[MailCatcher](https://mailcatcher.me/)**
