birdreader
birdreader copied to clipboard
server_admin error
I've done npm i and tweaked just the cloudant bits in config.json as well as setup an API key/secret with _admin privs on both the articles and feeds databases.
But I get this when running:
$ node birdreader.js
info - socket.io started
Checking feeds database
Listening on port 3000
Database error - server_admin access is required for this request
I've double checked the _security objects and confirmed that the API key is setup as an _admin.
Is it hitting a different database that needs to be writeable via this key?
Cheers! :tophat:
Hi @BigBlueHat. I haven't look at this repo for two years, but I thought I'd blow the dust off today. If you pull the latest code it seems to work against Cloudant or CouchDB.
It needs two databases feeds and articles and it creates design documents when it first starts, hence the admin access. Let me know if you get it working!
I'm having the same problem as @BigBlueHat i'm running the latest code from master branch, and verified admin credentials with no luck. Database error - server_admin access is required for this request