-
Dear community,
I need some help. I stuck here.
I use docker-compose for starting my services. Before work with DB I need add prod database dump to it. It is not quick operation. For that period DB…
-
I'm trying to deploy on Heroku Dockerfile with hasura folder with metada/migrations without success:
```
# FROM hasura/graphql-engine:v2.6.0
FROM hasura/graphql-engine:v2.0.4.cli-migrations-v3
…
-
**Describe the bug**
Use `curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.37.0 bash` instad of
https://github.com/bigbluebutton/bigbluebutton/blob/v3.0.0-alph…
-
https://github.com/hasura/learn-graphql/blob/5e19739d128a62ce0989810a2f74334e52d80e8e/tutorials/backend/hasura-v3/tutorial-site/content/setup.md?plain=1#L29
Here, it suggests to run the command…
-
**Describe the bug**
When using JWKS hasura-backend-plus [will wait](https://github.com/nhost/hasura-backend-plus/blob/master/src/ts-start.ts#L26) with starting until hasura (graphql-engine) is ready…
-
### Version Information
Server Version: v2.20.1
CLI Version (for CLI related issue):
### Environment
CE, running locally on Docker
### What is the current behaviour?
I am providing H…
-
Code generation fails when I try to generate code for a mutation containing a lowercase-named enum type. If I rename **jobstatus** to **JobStatus** in the schema below, `dotnet build` succeeds and cod…
-
Design & implement user authentification/authorization => make FE application useable for multiple users.
- login / register page
- user account detail page
_Notes:
- With JWT token: https:/…
-
In my Postgres DB, I have some tables where I have specified some default inserts based on passed in JWT token claims. This was from using a different solution..but utlimately, in Postgres, I could sp…
-
I have a `remote_schemas.yaml` file:
```yaml
- name: api
definition:
url: "{{ API_GRAPHQL_ENDPOINT }}"
timeout_seconds: 60
```
based on the docs here: https://hasura.io/blog/moving-fr…