Skip to content
New issue

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

fix: add galoy api ingress and use https test in dev #1685

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

openoms
Copy link
Contributor

@openoms openoms commented Sep 26, 2022

related to the changes in #1389

fixes #1683

The test output is now:

$ curl -k 'https://localhost:8080/graphql' -H 'Content-Type: application/json' -H 'Accept: application/json' --data-binary '{"query":"mutation login($input: UserLoginInput!) { userLogin(input: $input) { authToken } }","variables":{"input":{"phone":"+59981730222","code":"111111"}}}'

{"errors":[{"message":"missing key for twilio","locations":[{"line":1,"column":43}],"path":["userLogin"],"code":"INTERNAL_SERVER_ERROR"}],"data":null}

Ingress works and will deal with Twilio in a later change.

@openoms openoms merged commit a611c1a into main Sep 28, 2022
@openoms openoms deleted the ingress-fix branch September 28, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nginx error when running the dev setup
2 participants