-
Notifications
You must be signed in to change notification settings - Fork 11
Unable to create database #23
Comments
Try |
Still getting the 500 status code. The server does print I noticed the Dockerfile uses version 10.x of Node.js so I'm using 10.18.0 |
Can you share the exact error from the server? |
It should work ok with node 10x or 12x |
I wasn't able to build with 12x, I can post the error I got when I tried to do so. Here's the error from the server: |
Does the server log itself have any output? If not you can set |
My bad the debug feature isn't included yet, it is on this branch: https://github.com/phillmac/orbit-db-http-api-dev/tree/debug but not in the official repo here yet |
oh weird, it does look like I got some debug messages from this repo:
|
Ok cool... I would have expected a massive stack trace immediately after... |
Yeah, it just stops there and the client gets the 500 status code |
Ok the only other thing to try is to use the debug branch on either of the repos and include |
On the debug branch of this repo I get this on the server:
And this on the client:
|
Is |
I pass |
This is the second time today i've seen something todo with ipfs and an address starting with |
What ipfs version are you using? |
I don't know what to make of this... |
I ran the cli in local mode so it looks like 0.36.3 of js-ipfs based on package-lock.json |
Specifically this line |
I'm getting the same error when i want to create the database {"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"} |
Hi I am also facing the same issue. were anyone able to fix this issue? |
I get the expected result when executing
curl https://localhost:3000/dbs
and
curl https://localhost:3000/identity
but I get a 500 status code when executing:
curl https://localhost:3000/db/docstore -d "create=true" -d "type=docstore"
Not sure if it makes a difference but I'm using a self-signed certificate that I added to my CA list.
The text was updated successfully, but these errors were encountered: