Open Maksat-luci opened 1 year ago
should I comment out the line "#HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres" then instead of a bunch of errors, one appears
Inconsistent object: environment variable 'HASURA_GRAPHQL_DATABASE_URL' not set```
Having the same issue on my side, I have set this variable but some errors afterwards :(
EDIT: Was an issue on my side, forgot to import a sql file... Everything is working on my side now
@IDerr May I ask a question? Where should I import sql file? The postgre docker container that written by hasura docker-compose.yaml? I import sql files to that postgre docker container, but when I run bdjuno start, I got an error: failed to get last block height from database error="pq: permission denied for table block" Please help me, thanks.
hello, I created postgress, then connected bdjuno to my postgress, and checked everything works there, data about my blockchain is displayed in postgress, then I launched hasura and the second postgress using docker, but this error occurs during operation, what could be the problem?
this is my docker compos hasura file
this bdjuno config.yaml file