Keat
10/14/2020, 4:37 AMgraphql_url
pointing to
backend = "server"
graphql_url = "<http://localhost:4200/graphql>"
[server]
[server.ui]
graphql_url = "<http://localhost:4200/graphql>"
When I SSH-ed into the ec2 I have two portforward, 4200 and 8080. And my local config.toml
has the same config as the server config.toml
A local agent is running on the ec2.
The issue I am facing is:
When running the flow after registering from both local or in the ec2 instance, the shell tasks run into
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='localhost', port=4200): Read timed out. (read timeout=30)
I reckon is my config.toml but not sure where to start, or is there something that I am missing ?nicholas
10/14/2020, 4:46 AMKeat
10/14/2020, 4:47 AM0.13.10
both local and servernicholas
10/14/2020, 5:21 AMserver.ui
endpoint variable is apollo_url
(this was a correction from earlier versions which used graphql_url
). Are you able to pull up the UI?Keat
10/14/2020, 9:06 AMbackend = "server"
[server]
[server.ui]
apollo_url = "<http://localhost:4200/graphql>"
The settings now for bothFelix V
10/21/2020, 3:12 AMKeat
10/21/2020, 6:21 AMsmall
and it worked 😆