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

Crossing transactions not loading when wallet is connected #34

Open
marcciosilva opened this issue Jul 26, 2021 · 0 comments
Open

Crossing transactions not loading when wallet is connected #34

marcciosilva opened this issue Jul 26, 2021 · 0 comments

Comments

@marcciosilva
Copy link
Contributor

Upon searching for a transaction in the "Search a crossing transaction" section, if a wallet is connected, the search fails and doesn't recover (can't search for another tx or change to sidechain without reloading page).

The following request to a testnet node is what goes on beneath:

curl 'https://public-node.testnet.rsk.co/' \
  -H 'authority: public-node.testnet.rsk.co' \
  -H 'content-type: application/json' \
  -H 'accept: */*' \
  -H 'origin: https://testnet.tokenbridge.rsk.co' \
  -H 'referer: https://testnet.tokenbridge.rsk.co/' \
  --data-raw '{"jsonrpc":"2.0","id":12,"method":"eth_getTransactionReceipt","params":["0xfd01c06688fb30f79349f41b8ba3b5e94304a0dffbd513ba89f8239e37393253"]}' \
  --compressed

Response:

{"jsonrpc":"2.0","id":12,"error":{"code":-32603,"message":"Internal server error"}}

image

@pmprete pmprete transferred this issue from rsksmart/tokenbridge Aug 14, 2021
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