-
Notifications
You must be signed in to change notification settings - Fork 976
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
Countly Dashboard does not show styles and action buttons #4556
Comments
Hello You can try to re-minify production files again by running:
and providing us with the output if there are errors
|
I am using a machine which has 1G RAM. Mongo DB seems to be OK. |
ah yes, unfortunately, Sass and Uglify need lots of resources to build their things. So Dev mode is the way to go. For app creation, it looks like /i/apps/create endpoint goes to the dashboard process on 6001 port, all endpoints that start with /i or /o should go to API workers on 3001 port, which usually indicate bad nginx config |
Thanks for this, @ar2rsawseen. |
Hi there!
I had installed Countly v 23.06.12.
The installation proceeds fine and no specific errors on countly/log/*.log.
After signing up for my account at https://<my_server_name>/setup
I'm automatically redirected to https://<my_server_name>/dashboard.
Note: I have enabled https on my nginx config. Also I have a proxy_pass to http://localhost:6001 as per countly/frontend/express/config.js as well on nginx config.
I'm seeing this page. (Check this attached image)
Seeing lot of errors like these on the developer tools console
Questions:
Steps to Reproduce (for bugs)
Install countly using
sudo wget -qO- http://c.ly/install | bash
Start mongo
sudo service mongod start
Start countly
sudo countly start
I'm using Google Chrome (v 117.0.5938.88) on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: