Internal server error #4816
Unanswered
staocube88
asked this question in
Q&A
Replies: 1 comment
-
Hi, look into the log file, there should be additional informations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Couchdb deployment with persistence successful but its internal server error when i try to do anything
root@rm-couchdb-couchdb-0:/# curl -s
http://127.0.0.1:5984/_cluster_setup
-X POST
-H "Content-Type: application/json"
-d '{"action": "finish_cluster"}'
-u admin
Enter host password for user 'admin':
{"ok":true}
root@rm-couchdb-couchdb-0:/# curl -X PUT http://admin:Gh2KYQZHVZthWVFLuhbx@localhost:5984/users
{"error":"error","reason":"internal_server_error"}
Beta Was this translation helpful? Give feedback.
All reactions