Working through this after a long delay, I'm running into trouble with the proxying and am not sure what to do next to debug.
I've gone through the setup and it all works fine, but as soon as I try to create an index through the queuing server (curl -X POST http://———.herokuapp.com/test) I get:
{"message":"Not authorized. You must supply valid authorization credentials to create a new index for desolate-scrubland-2927. Please refer to your account dashboard, or ask support@bonsai.io for help.","status":401}
If I create the index by hitting BONSAI_URL directly and then try to query the index, I get:
{"error": "Index has been deprovisioned", "status": 410}
These errors seem to be coming from ES, but nothing is getting logged (other than the bootup listening on ...). Any thoughts on how I can track thuis down?
Working through this after a long delay, I'm running into trouble with the proxying and am not sure what to do next to debug.
I've gone through the setup and it all works fine, but as soon as I try to create an index through the queuing server (
curl -X POST http://———.herokuapp.com/test) I get:If I create the index by hitting BONSAI_URL directly and then try to query the index, I get:
These errors seem to be coming from ES, but nothing is getting logged (other than the bootup
listening on ...). Any thoughts on how I can track thuis down?