-
Notifications
You must be signed in to change notification settings - Fork 248
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
unexpected inconsistent hasura #495
Comments
hello @RiccardoM how to fix inconsistent
|
hey @avenbreaks, which bdjuno version you are using? seems like it's the database schema being not consistent with the hasura metadata that you're applying :D You may want to kill the current hasura docker container and re-run a new one (where the new hasura container will read the current DB schema) and then apply the hasura metadata again(note that this hasura metadata should be at the same bdjuno version of your db shema). |
i am running bdjuno as it is in the documentation.
|
#476
hello, i got error, how to fix inconsistent
unecpected source with name bdjuno inconsistent
root@cosmos-blockchain-client:~/bdjuno/hasura#
hasura metadata apply --endpoint http://51.159.83.41:8080 --admin-secret pass
FATA[0000] error applying metadata
{
"code": "unexpected",
"error": "source with name "bdjuno" is inconsistent",
"path": "$.args"
}
The text was updated successfully, but these errors were encountered: