We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
/settings/accounts
undefined
/dashboard/undefined/admin
Here is what I get from /api/accounts:
/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.
/dashboard/1/admin
/dashboard/3/xxxxx
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Fixed issue with accessing user dashboards. Closes #1590
8b64ef1
aceb904
Fixed issue with accessing user dashboards. Closes umami-software#1590
5fc0fce
v1.39.2 (umami-software#1599)
e019760
* 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]>
66c04b0
No branches or pull requests
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 toundefined
instead of the user id.Eg. :
/dashboard/undefined/admin
.Here is what I get from
/api/accounts
:Both links contains
undefined
instead of the user ID. Links looked like/dashboard/1/admin
or/dashboard/3/xxxxx
before the upgrade.The text was updated successfully, but these errors were encountered: