liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

when applying hasura metadata apply - on a fresh install, it gets a, WARN Metadata is inconsistent #70

Closed Eskyee closed 2 years ago

Eskyee commented 2 years ago

been seeing this for a while.. @asoltys to reproduce bug.. do a fresh lnft local or cloud install

WARN Metadata is inconsistent - INFO Metadata applied

I can fix this by opening the hasura/graphql-engine:v2.0.9.cli-migrations-v3 via browser http://127.0.0.1:8080/console

You have been redirected because your GraphQL Engine metadata is in an inconsistent state Hasura Metadata Status GraphQL Engine metadata is inconsistent with database

then I just reload metadata.. fixes issues. GraphQL Engine metadata is consistent with database..

cheers

asoltys commented 2 years ago

I'll add "hasura metadata reload" to the install steps