You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded Countly from 20.x version to 22.x version and I had few issues now with it.
I'm using docker image and I created new docker environment, created global admin user and then restored mongodb dump that I made previously. So far so good, everything works, but I cannot administer users in dashboard. I can see all users, create new one, but can't edit or delete user. Updating and deleting them from API works as it should.
This is the first part of the problem. The second part is that if I log in with any of the old users, dashboard is not working for them at all. In the developer console there is load of TypeError: this.sortBy is not a function, left hand side menu cannot be open, it just blinks on open, etc. If the user is global admin, he cannot see anything in management sidebar, etc.
While testing I have tried all 22.x versions and all had the same "user bug" for me. So my thought process was that I will create new instance, import the app data and it will be fine and it was until I logged in with the old admin user, so it's definitely something user related stored in the database.
Here are few screenshots in case they can help.
I have recreated users and solved my problem this way, but still I would like to understand what was the issue for future reference.
Your Environment
Operating System and version: Docker environment created with docker-compose on Ubuntu 20.04 LTS
Any changes you have made to your instance: none
The text was updated successfully, but these errors were encountered:
I have upgraded Countly from 20.x version to 22.x version and I had few issues now with it.
I'm using docker image and I created new docker environment, created global admin user and then restored mongodb dump that I made previously. So far so good, everything works, but I cannot administer users in dashboard. I can see all users, create new one, but can't edit or delete user. Updating and deleting them from API works as it should.
This is the first part of the problem. The second part is that if I log in with any of the old users, dashboard is not working for them at all. In the developer console there is load of TypeError: this.sortBy is not a function, left hand side menu cannot be open, it just blinks on open, etc. If the user is global admin, he cannot see anything in management sidebar, etc.
While testing I have tried all 22.x versions and all had the same "user bug" for me. So my thought process was that I will create new instance, import the app data and it will be fine and it was until I logged in with the old admin user, so it's definitely something user related stored in the database.
Here are few screenshots in case they can help.
I have recreated users and solved my problem this way, but still I would like to understand what was the issue for future reference.
Your Environment
The text was updated successfully, but these errors were encountered: