ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

When I access acralyzer I get "unable to connect to couchdb" #47

Open ricardocunha opened 11 years ago

ricardocunha commented 11 years ago

When I access acralyzer I get "unable to connect to couchdb". I tried easy and expert mode install steps, my couchdb i installed from source 1.3.1. Any help?

KevinGaudin commented 11 years ago

This message is displayed when the user session can't be retrieved. Can you open your browser's developer tools before logging in and get some more details about the failing http request ?

Untainted123 commented 10 years ago

I too am having the same issue, but only under Cloundant.com, IrisCouch seems to work fine (I was trying both). I am getting 404 errors on GET https://cloudant.com/_all_dbs and GET https://cloudant.com/_session. It appears from looking at the requests when viewing the dashboard, it should be GET https://cloudant.com/db/#YOUHOSTNAME#/_all_dbs perhaps?

Untainted123 commented 10 years ago

Found the issue: Instead of browsing down to the index.html file, resulting in a url that looks like this: https://cloudant.com/db/YOURNAME/acralyzer/_design/acralyzer/index.html#/dashboard/

You need to access it this way: https://YOURNAME.cloudant.com/acralyzer/_design/acralyzer/index.html#/dashboard/