Benoit Ranque

Results 59 comments of Benoit Ranque

Happened to me, I had not changed the domain properly, so the path to the certificated was invalid, preventing nginx from starting

A user has reached out with a detailed use case that requires this feature. Leaving details here The use case is dynamically granting write access to columns at runtime. Given...

Update: we've confirmed that this issue does result in different execution plans. ### SQL we are comparing: Version 1: compare `varchar` column to `varchar` string ```sql SELECT * FROM [test_varchar]...

This issue may be a lack of computing resources in your infrastructure. We do know that metadata reload is expensive, memory wise. Can you confirm whether you face this issue...

What is the config version of your metadata? You should be able to see this in the version.yaml file

Typically this issue means your metadata is missing and can't be read from the directory the cli is looking in, could be a bunch of issues. Faced this once and...

@abdullah2993 this seems to be an issue with your catalog migration state. Could you open a support ticket at https://cloud.hasura.io/support so we can schedule a call and help you?

Update: issue was resolved after running the following SQL: ```sql -- Table: hdb_catalog.hdb_source_catalog_version -- DROP TABLE hdb_catalog.hdb_source_catalog_version; CREATE TABLE IF NOT EXISTS hdb_catalog.hdb_source_catalog_version ( version text COLLATE pg_catalog."default" NOT NULL,...

This is supported according to #1151 and my own testing. The behavior works as expected, only the typing is an issue. Currently if the user cares about typing they must...

Edit: fixed missing link to [documentation](https://formidable.com/open-source/urql/docs/basics/vue/#variables) in the original comment, sorry about that. Here is the relevant passage from the documentation: > All inputs that are passed to useQuery may...