Troubleshooting
Last updated
Was this helpful?
Last updated
Was this helpful?
Ensure the proxy container for each service is running
e.g. docker ps | grep <WORKFLOW-NAME>-<SERVICE-NAME>.proxy-1
To learn about which containers should be running, see
If the workflow is either record
or mock
ensure the gateway service is running
e.g. docker ps | grep <WORKFLOW-NAME>-gateway.service-1
Ensure that a request gets routed to the correct service container
To learn more about request service flow, see
To view service logs run:
make -f .stoobly/docker/Makefile <WORKFLOW-NAME>/logs
To view gateway logs run:
make -f .stoobly/docker/Makefile <WORKFLOW-NAME>/logs options="--container service --service gateway"