countly-server
countly-server copied to clipboard
Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications.
     
 ``` countly.utils.js?22.06:1 [Vue warn]: Error in v-on handler: "ReferenceError: countlySegmentation is not defined" found in ---> at packages/button/src/button.vue j @ countly.utils.js?22.06:1 ut @ countly.utils.js?22.06:1 lt @...
### Expected Behavior Open "User Management" while being logged in enables you to manage your users. ### Current Behavior On countly-server v22.06 the "User Management" section is not loading except...
Remove countly api object from push notification model. Instead, use the global client api object to make server requests.
I tried installing using the docker compose approach. But I'm facing some error messages and when I log in the dashboard looks like it's missing style. ### Expected Behavior I...
After upgrading from 20.11 to 21.11 and following the instructions and executing the script, I see the following message in the dashboard: The script states: ``` Done. Restarting Countly... ```...
Introduce countly client api object that is used as a data communication service. As a consequence, all requests for each plugin are stored in the given object. Note: this branch...