bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

test.bigchaindb.com not working when pushing transaction #260

Closed dvalencia-sd closed 5 years ago

dvalencia-sd commented 6 years ago

It says Network request failed.

Any thoughts?

ttmc commented 6 years ago

The new BigchainDB test network at test.bigchaindb.com doesn't require the app_id or app_key HTTP request headers, and in fact it won't accept them, so just remove them (i.e. don't include them) from your HTTP requests to the new BigchainDB test network.

I'm updating the website and docs to reflect this change.