You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: HASURA_GRAPHQL_JWT_SECRET Variable Parsing Error During Deep Setup
Description:
During the setup of a Deep instance on a server, the HASURA_GRAPHQL_JWT_SECRET environmental variable causes a fatal error, preventing the Hasura container from starting up correctly. The error indicates that the JWT_SECRET variable is not recognized as valid JSON.
Steps to Reproduce:
Set up a server environment (Ubuntu).
Install required packages and dependencies (Docker, NVM, Node.js):
Issue Title:
HASURA_GRAPHQL_JWT_SECRET
Variable Parsing Error During Deep SetupDescription:
During the setup of a Deep instance on a server, the
HASURA_GRAPHQL_JWT_SECRET
environmental variable causes a fatal error, preventing the Hasura container from starting up correctly. The error indicates that the JWT_SECRET variable is not recognized as valid JSON.Steps to Reproduce:
Set up a server environment (Ubuntu).
Install required packages and dependencies (Docker, NVM, Node.js):
Generate the
JWT_SECRET
value:Update the
call-options.json
to include the JWT_SECRET:Follow the remaining steps to set up and start the Deep instance.
Expected Result:
The Deep instance should start correctly, with all containers running and able to process requests.
Actual Result:
The
deep-hasura
container fails to start, citing JSON formatting errors for theHASURA_GRAPHQL_JWT_SECRET
variable.Error Logs:
Environment:
The text was updated successfully, but these errors were encountered: