Tag: hasura-docker
-
Hasura action handler does not exist (Name or service not known)
2 I have an instance of Hasura running in the Docker container and action handler API written in NodeJS/Express running directly on the machine. When I test everything locally it works like a charm ( macOS M1 ), but when I replicate the same setup on the server ( Ubuntu 20.04 ) it returns an…
-
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…