-
Notifications
You must be signed in to change notification settings - Fork 111
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
Cannot connect to cyclotron-svc (getTopDashboards) #54
Comments
Hi @rahbal, did you configure the
From what you said, that's probably correct, but if you changed it you might run into errors. If that's not the issue, did you correctly start MongoDB and connect the service to it? You can test this via http://localhost:8077/dashboards. It should have deployed some example dashboards automatically on startup, so you should get some JSON response. If there are any errors, it's likely that the website is connecting correctly, but is unable to get a valid response. Lastly, you can open the browser console and look for any more detailed errors when you load the site. |
Yes, all dashboards are visible on this url http://localhost:8077/dashboards Only cyclotron-site is showing that it is not able to connect to the cyclotron-svc. |
Any luck finding errors in the browser developer console? |
I started by running cyclontron-svc using the sample.config.js; settings analytics enabled = true in that file gets rid of the 405, but now I get a 500. The error on the console of cyclontron-svc says |
upgrading mongoose to 6.2.10 seems to make the error go away; fyi I'm running mongo 4.4, that's probably relevant |
I'll create a PR; I find any tests in cyclotron-svc, though I have to admit I didn't look very hard. |
Since there is an open PR for bumping mongoose that's 3 years old [0] I don't think this project is being maintained very actively anymore. |
I am unable to get connect the site to the svc. I am able to see the http://localhost:8077 api page. But somehow site is not getting connected.
Shows error
Cannot connect to cyclotron-svc (getTopDashboards)
The text was updated successfully, but these errors were encountered: