Questions tagged [hasura-docker]

36 questions
0
votes
1 answer

Why isn't Hasura generating queries for tables in version 2?

I see "table_name_connection" query instead of "table_name" in "query_root" section. The same hash appears instead of numeric IDs. Everything works in the first version, but this version is already deprecated. Has anyone solved this problem? MacOS,…
Vitali
  • 93
  • 7
0
votes
1 answer

How to make Hasura connect to a specific postgresql schema

By default when i connect Hasura to a postgres database, it connects to the public schema. Isn't there an option to connect to a different schema?
thanikkal
  • 3,326
  • 3
  • 27
  • 45
0
votes
1 answer

error {"type":"pg-client","timestamp":"2021-08-02T05:04:50.035+0000","level":"warn","detail":{"message":"postgres connection failed, retrying(0)."}}

I am having some issues getting Hasura to connect to postgres. The error error {"type":"pg-client","timestamp":"2021-08-02T05:04:50.035+0000","level":"warn","detail":{"message":"postgres connection failed, retrying(0)."}} after using docker-compose…
0
votes
2 answers

Issue configuring JWT secret with claims_map in Hasura Docker compose

I am trying to set claims_map in HASURA_GRAPHQL_JWT_SECRET in my docker compose file using the below config HASURA_GRAPHQL_JWT_SECRET:…
Rolwin Crasta
  • 4,219
  • 3
  • 35
  • 45
-1
votes
1 answer

Hasura Subscriptions - 1 User receiving everyone else's notifications

I'm running a Hasura 2.32 Server on-prem via Docker container. The backend is MSSQL 2019. Background: We have a Hasura Subscription to a notification table in MSSQL. The notification table has a user_id column which applies to a client logged into…
BAA
  • 1
-1
votes
1 answer

hasura - to call an http service api and insert the response into postgresql

I've already made an action of type query that calls an http endpoint and return a list of results. Then i should insert this resut into the postgresql (i suppose through a mutation). So, how can i join this insert mutation to the previus query…
pinale
  • 2,060
  • 6
  • 38
  • 72
1 2
3