Troubleshooting

  • <SERVICE-NAME> can be found in make -f .stoobly/docker/Makefile <WORKFLOW-NAME>/services

  • <WORKFLOW-NAME> by default can either be record, mock, or test

After Scaffolding an App

1

Double check scaffold configuration

  • Workflow run --app-dir-path option matches the location of the application scaffold.

  • Workflow run --context-dir-path option matches the location of .stoobly folder where snapshots are stored.

  • Service create --port and --scheme option matches how the service is running.

2

Double check custom container configuration

  • See .stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME/docker-compose.yml

    • If running custom container(s) in a service, ensure that profiles contains the workflow name and networks contains the correct network(s).

Last updated

Was this helpful?