Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing others users dashboards doesn't work after upgrade #1590

Closed
nemunaire opened this issue Oct 25, 2022 · 1 comment
Closed

Accessing others users dashboards doesn't work after upgrade #1590

nemunaire opened this issue Oct 25, 2022 · 1 comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@nemunaire
Copy link
Contributor

Hi!

I just update from 1.37.0 to 1.39.1.

When I go to the /settings/accounts page, all the links to dashboards point to undefined instead of the user id.
Eg. : /dashboard/undefined/admin.

Here is what I get from /api/accounts:

[
  {"id":1,"username":"admin","isAdmin":true,"createdAt":"2021-06-09T23:28:04.245Z","updatedAt":"2021-06-09T23:28:04.245Z"},
  {"id":3,"username":"xxxxx","isAdmin":false,"createdAt":"2021-10-19T01:06:03.873Z","updatedAt":"2021-10-19T01:06:03.873Z"}
]

Both links contains undefined instead of the user ID. Links looked like /dashboard/1/admin or /dashboard/3/xxxxx before the upgrade.

@sebiweise
Copy link

Same on my side. Also it isn´t possible to just put in the userid like it was before, the impersonate dashboard isn´t working completely.

@mikecao mikecao added bug Something isn't working fixed in dev Fixed in the dev branch labels Oct 25, 2022
dannyhines pushed a commit to dannyhines/umami that referenced this issue Nov 9, 2022
* Fixed issue with realtime page rendering.

* fix auth, add pg extension (umami-software#1596)

* Fixed change password issue. API refactoring. Closes umami-software#1592.

* Fixed account lookup.

* Fixed issue with accessing user dashboards. Closes umami-software#1590

* fix sort on dashboard (umami-software#1600)

Co-authored-by: Brian Cao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

3 participants