ACRA / acralyzer

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

Error in doc setting user in CouchDB prior to 1.2 #40

Open bubbleguuum opened 11 years ago

bubbleguuum commented 11 years ago

Documentation in this page:

https://github.com/ACRA/acralyzer/wiki/Create-users-before-CouchDB-1.2

Does not mention that "reader" role is also needed, resulting if omitted in 302 errors when submitting crash reports in apps.

Also this page says to create a file but doesn't use it in the curl command-line that follows (which also omit the "reader" role).

This small omission took me 2h to find out why my requests were always rejected...