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

POST PUT works in Curl but doesnt work in Postman #54

@spriyabalan

Description

@spriyabalan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions