ronag opened a new issue #3975:
URL: https://github.com/apache/couchdb/issues/3975
docker image `couchdb:3.2.1`
```
err: {
"type": "InternalServerError",
"message": "Internal Server Error",
"stack":
InternalServerError: Internal Server Error
at makeError
(/Users/ronagy/GitHub/nxt/design/node_modules/@nxtedition/lib/couch.js:101:12)
at Object.info
(/Users/ronagy/GitHub/nxt/design/node_modules/@nxtedition/lib/couch.js:726:13)
at processTicksAndRejections
(node:internal/process/task_queues:96:5)
"reason":
"[{gen_server,call,3,[{file,\"gen_server.erl\"},{line,214}]},\n
{couch_bt_engine,get_size_info,1,\n
[{file,\"src/couch_bt_engine.erl\"},{line,264}]},\n
{couch_db,get_db_info,1,[{file,\"src/couch_db.erl\"},{line,584}]},\n
{fabric_rpc,with_db,3,[{file,\"src/fabric_rpc.erl\"},{line,330}]},\n
{rexi_server,init_p,3,[{file,\"src/rexi_server.erl\"},{line,138}]}]",
"error": "{noproc,{gen_server,call,[<0.24480.4>,bytes,infinity]}}",
"data": {
"req": {
"path": "/nxt",
"method": "GET",
"body": null
},
"res": {
"status": 500,
"headers": {
"cache-control": "must-revalidate",
"content-length": "453",
"content-type": "application/json",
"date": "Mon, 28 Mar 2022 09:25:47 GMT",
"server": "CouchDB/3.1.1 (Erlang OTP/20)",
"x-couch-request-id": "0be0a69228",
"x-couchdb-body-time": "0"
},
"body": {
"error":
"{noproc,{gen_server,call,[<0.24480.4>,bytes,infinity]}}",
"reason":
"[{gen_server,call,3,[{file,\"gen_server.erl\"},{line,214}]},\n
{couch_bt_engine,get_size_info,1,\n
[{file,\"src/couch_bt_engine.erl\"},{line,264}]},\n
{couch_db,get_db_info,1,[{file,\"src/couch_db.erl\"},{line,584}]},\n
{fabric_rpc,with_db,3,[{file,\"src/fabric_rpc.erl\"},{line,330}]},\n
{rexi_server,init_p,3,[{file,\"src/rexi_server.erl\"},{line,138}]}]"
}
}
},
"status": 500,
"statusCode": 500,
"expose": false
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]