Graphql-engine: Hasura console fails to launch when using --insecure-skip-tls-verify

Created on 29 May 2020  路  6Comments  路  Source: hasura/graphql-engine

I get the error "Invalid admin-secret passed from CLI" when trying to use the console UI with the --insecure-skip-tls-verify flag.

The other cli commands run just fine (e.g. migrate apply) but I cannot access the console UI.

cli bug

All 6 comments

@pradyuman this seems to be working on my end 馃 can you provide a bit more info so that I can reproduce ?
image

@scriptonist I get the same as you on the cmd, but then when I go to http://localhost:9695/ in a browser I get this, which sounds like the same thing as @pradyuman
image

Yep, this is exactly what happens to me as well.

Same here all other CLI things work fine only console fails with invalid password no matter what I try.

same problem here. what could be the problem?

Same problem here. All commands except hasura console work fine with the provided admin secret in config.yaml file.

Was this page helpful?
0 / 5 - 0 ratings