NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.67k stars 2.64k forks source link

Dashboard shows 0 proxy hosts for new admin user, while lists shows all as expected #2014

Open AcidGreg opened 2 years ago

AcidGreg commented 2 years ago

Checklist

Describe the bug After adding a new admin user account, and logging in with it, the proxy host count on the dashboard is 0, while there are indeed defined proxy hosts. Clicking the icon gets us to the correct list, however, with all hosts shown. Just the dashboard view count is wrong. This has happened on 2/2 deployments within the last week. It might be important to note the following to reproduce: In both cases, the new admin user was added and then immediately a password was set by the original admin user, then logout, login with the new one and the issue appears.

Nginx Proxy Manager Version v2.9.18

To Reproduce Steps to reproduce the behavior: When some proxy hosts are defined and you are logged in with the original admin account and no other users yet exist:

  1. Add a new admin account
  2. Set a password for the new admin account
  3. Log out
  4. Log in with the new admin account
  5. The problem should be visible: The Proxy hosts count is 0 when some other number is expected.
  6. Click on Proxy Hosts
  7. You should now see what you expect to see in this view - the correct list of defined proxy hosts.

Expected behavior The expected behavior would be to see the correct count of defined proxy hosts in the dashboard view and not 0.

Screenshots

image image

Here are the two defined admin users: Norbert is the original admin defined after installation. image

Operating System Docker image on Ubuntu (18.04 and 20.04) x86-64

Additional context Using latest Chrome browser. Did not feel the need to try with others.

robonuka commented 2 years ago

I see the same problem!

markpsullivan commented 2 years ago

Same issue here.

dannykorpan commented 1 year ago

Same issue here

jc21 commented 1 year ago

Yeah this is an age old problem with the UI caching the result of a different API result. I'm not working on this UI in favour of the react version on the v3 branch.

github-actions[bot] commented 8 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1:

teslazap commented 1 month ago

my counter only counts proxy hosts I created with my user (5), even though I can see and manage all of them (8) the other user's counter shows 3, but again he can see and manage all of them (8)

is this the intended behavior? it's a bit confusing in my opinion, shouldn't the counter match what I see?

cvillegas1976 commented 3 weeks ago

Same issue here