You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently facing some difficulties while trying to query data from the node and test Hasura actions. I've been following the documentation provided at https://docs.bigdipper.live/cosmos-based/parser/hasura. However, I'm encountering a consistent 'connection refused' error when I use the curl command to make the request: curl http://localhost:3000/account_balance \ --data '{ "input": { "address": "desmos16fc5kd5d4f5sjq5wz3v8gkyk4xd8f7hrax27xw" } }'
How can I diagnose and fix the 'connection refused' error that I'm experiencing when I attempt to query data using Hasura actions?
Bug description
I'm currently facing some difficulties while trying to query data from the node and test Hasura actions. I've been following the documentation provided at https://docs.bigdipper.live/cosmos-based/parser/hasura. However, I'm encountering a consistent 'connection refused' error when I use the curl command to make the request:
curl http://localhost:3000/account_balance \ --data '{ "input": { "address": "desmos16fc5kd5d4f5sjq5wz3v8gkyk4xd8f7hrax27xw" } }'
How can I diagnose and fix the 'connection refused' error that I'm experiencing when I attempt to query data using Hasura actions?
This is my
config.yaml
fileSteps to reproduce
Setting up a postgres database, bdjuno and hasura from here - https://docs.bigdipper.live/cosmos-based/parser/database. Hasura version - v2.27.0
The text was updated successfully, but these errors were encountered: