Tag: hasura-cli
-
How to setup Hasura CLI?
0 I installed hasura CLI and I want to send data on my hasura cloud project. I tried different ways to launch hasura console but I don’t find the good way to launch it. Every time I have the same error and I don’t know how to solve it. You can see my Hasura CLI…
-
hasura-v2.xx gives graphql-engine-1 exited with code 1 on `hasura metadata track …`
0 I’m trying to get started with Hasura. So here is my docker-compose.yml file: version: "3.6" services: postgres: image: postgres:15 restart: always volumes: – db_data:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: postgrespassword graphql-engine: build: context: . dockerfile: DockerfileHasura # command: /bin/sh -c ‘hasura metadata track –all-tables –all-relationships –schema public –endpoint https://graphql-engine:8080 && exec graphql-engine serve’ command: /bin/sh -c ‘exec…
-
Problem to export Hasura metadata – FATA[0001] failed to export metadata
0 Im trying to export the hasura metadata but i’m receiving this error after running the command hasura metadata export : FATA[0001] failed to export metadata: cannot export actions from metadata: error parsing metadata object: actions file: actions.yaml error: error in converting metadata to sdl: exit status 4: Note: If I use sudo hasura metadata…