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
Setup and run BDJuno, after I setup hasura, I run bdjuno start
Setup hasura
The doc confused me. I found that, when I setup hasura by docker, it contains a postgre container, but the first step tells me to setup another postgre docker.
I guess maybe first step tells us to run sql files with the docker that created in the third step, am I right?
So, I create tables with sql files in the postgre docker which created by hasura docker-compose.yaml.
After the configure of hasura is over(I can access localhost:8080/console, and Import the metadata successfully) I run bdjuno start.
And I got an error:
failed to get last block height from database error="pq: permission denied for table block"
The table block has no data
My hasura
My config.yaml
My docker-compose.yaml
A test for graphql, failed
What should I do? Please help me.
The text was updated successfully, but these errors were encountered:
I follow the doc:
The doc confused me. I found that, when I setup hasura by docker, it contains a postgre container, but the first step tells me to setup another postgre docker.
I guess maybe first step tells us to run sql files with the docker that created in the third step, am I right?
So, I create tables with sql files in the postgre docker which created by hasura docker-compose.yaml.
After the configure of hasura is over(I can access localhost:8080/console, and Import the metadata successfully) I run bdjuno start.
And I got an error:
failed to get last block height from database error="pq: permission denied for table block"
The table block has no data
My hasura
My config.yaml
My docker-compose.yaml
A test for graphql, failed
What should I do? Please help me.
The text was updated successfully, but these errors were encountered: