Replies: 1 comment
-
The error chain seems to be
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have hasura 1.3.3 running backed by postgres, running in docker compose. I can access hasura through eg
localhost:8080/healthz
and all that works great. I can also runhasura migrate apply
without issue:But for some reason
hasura metadata apply
does not work:In the hasura logs I see:
which doesn't seem particularly exciting.
One thing that may be relevant to note here is that I'm using hasura-cli as packaged on Nix: https://search.nixos.org/packages?channel=20.09&show=hasura-cli&from=0&size=50&sort=relevance&query=hasura-cli. I'm not sure if that's relevant or not to this error.
Anyone know what could be going on here?
Beta Was this translation helpful? Give feedback.
All reactions