Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/api/v1/assets/?search return 500 but other Endpoint reply. #2747

Open
acata8 opened this issue Mar 19, 2023 · 0 comments
Open

/api/v1/assets/?search return 500 but other Endpoint reply. #2747

acata8 opened this issue Mar 19, 2023 · 0 comments

Comments

@acata8
Copy link

acata8 commented Mar 19, 2023

Hello everyone, I implemented a BigchainDB network with four nodes on four different AWS machines.
All 4 nodes respond to http:NODE-IP:9984.
I’m using the Javascript driver to send transactions to one of the nodes, and the transaction in Create works smoothly.

Browsing http:NODE-IP:9984/transactions/{tx_id} I can get correctly the transaction results.

The problem I’m having is that when I browse http:NODE-IP:9984/api/v1/assets/? search=bigchaindb directly receive 500 response from server.

This seems very strange to me because I can query the transaction, but I can’t query the asset.

Nodes are distribuited on 4 AWS machines in Ubuntu version 18.04.

  • Bigchaindb version: 2.2.2
  • Tendermint version: 0.31.5-d2eab536
  • Mongodb version: 3.6.3

i followed the guide on how setup a network and how setup a node

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

No branches or pull requests

1 participant