You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
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.