hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.13k stars 2.76k forks source link

Can't add HASURA_GRAPHQL_V1_BOOLEAN_NULL_COLLAPSE to v2 #6797

Open ghost opened 3 years ago

ghost commented 3 years ago

We're trying to upgrade our Hasura instance and would rather use the v1 boolean for now until we have time to migrate our queries. However, when we try to do this on the Hasura Cloud instance, we get the following error:

Error adding config var: {"location":"","message":"{\"location\":\"\",\"message\":\"failed to process env update for HASURA_GRAPHQL_V1_BOOLEAN_NULL_COLLAPSE failed with variable HASURA_GRAPHQL_V1_BOOLEAN_NULL_COLLAPSE can not be updated on major version 2\"}"}

Is this by design or an error? According to the Upgrade Hasura v2 docs, we should be able to do this.

Note: This also appears to work locally just not in the cloud.

kolharsam commented 3 years ago

@bgold0 there's a fix in the pipeline that should be able to resolve this issue!

ethanstan commented 3 years ago

Has this been fixed?

ConProgramming commented 3 years ago

No

Has this been fixed?

KirillSuhodolov commented 3 years ago

I have related issue with adding env via cloud dashboard

failed to process env update for HASURA_GRAPHQL_METADATA_DATABASE_URL failed with variable HASURA_GRAPHQL_METADATA_DATABASE_URL can not be updated on major version 2
noor-moh commented 2 years ago

What about now? Has this been fixed?