We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No - I haven't checked
No - This is a new bug
3.0.1
I received an error when attempting to import a plan into Aerie. On further investigation, the docker-compose file sets env var GQL_API_URL (https://github.com/NASA-AMMOS/aerie/blob/develop/deployment/docker-compose.yml#L8) but aerie-gateway expects env var HASURA_API_URL https://github.com/NASA-AMMOS/aerie-gateway/blob/5c616b4eb7e6fec9c42a5e22cfd4a12b4cbc2dd3/src/packages/plan/plan.ts#L37. This results in Aerie incorrectly using a default URL.
GQL_API_URL
HASURA_API_URL
N/A
No response
Chrome
Major
The text was updated successfully, but these errors were encountered:
aerie-gateway also expects the hasura URL var to be only the host, not the /v1/graphql path, which is inconsistent with other services.
/v1/graphql
Sorry, something went wrong.
No branches or pull requests
Checked for duplicates
No - I haven't checked
Is this a regression?
No - This is a new bug
Version
3.0.1
Describe the bug
I received an error when attempting to import a plan into Aerie. On further investigation, the docker-compose file sets env var
GQL_API_URL
(https://github.com/NASA-AMMOS/aerie/blob/develop/deployment/docker-compose.yml#L8) but aerie-gateway expects env varHASURA_API_URL
https://github.com/NASA-AMMOS/aerie-gateway/blob/5c616b4eb7e6fec9c42a5e22cfd4a12b4cbc2dd3/src/packages/plan/plan.ts#L37. This results in Aerie incorrectly using a default URL.Reproduction
N/A
Logs
No response
System Info
Severity
Major
The text was updated successfully, but these errors were encountered: