Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Update README for setting up Initial Index with Bonsai #182

Open
tinashe96 opened this issue Feb 3, 2018 · 2 comments
Open

Update README for setting up Initial Index with Bonsai #182

tinashe96 opened this issue Feb 3, 2018 · 2 comments

Comments

@tinashe96
Copy link

tinashe96 commented Feb 3, 2018

curl -X POST <BONSAI_URL>/firebase produces the following error:

{"error":"Incorrect HTTP method for uri [/firebase] and method [POST], allowed: [GET, HEAD, DELETE, PUT]","status":405}

However, curl -X PUT <BONSAI_URL>/firebase works just fine.

I don't know the technical reason behind this but judging by the error message, POST cannot be used as the method.

@tinashe96 tinashe96 changed the title Update docs for setting up Initial Index with Bonsai Update README for setting up Initial Index with Bonsai Feb 3, 2018
@emgould
Copy link

emgould commented Feb 23, 2018

Same issue here. Did you resolve this?

@tinashe96
Copy link
Author

@emgould using PUT instead of POST worked for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants