This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Description
Hi,
If i start the application with node src/cli.js api --ipfs-host localhost --orbitdb-dir ./orbitdb --https-key decrypted_localhost.key --https-cert localhost.crt
then i am able to retrieve list of dbs, identity but create DB gives 500 error
Then i tried to start the application with the command
node src/cli.js local --orbitdb-dir ./orbitdb --https-key localhost.key --https-cert localhost.crt
then through curl all the APIs are working. But when i try the APIs through postman only the GET APIs are working. None of the POST/PUT APIs are working through POST Man. Can someone kindly help.