# Troubleshooting

{% hint style="info" %}

* \<SERVICE-NAME> can be found in `make -f .stoobly/services/Makefile <WORKFLOW-NAME>/services`
* \<WORKFLOW-NAME> by default can either be record, mock, or test
  {% endhint %}

## After Scaffolding an App

{% stepper %}
{% step %}
**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.
  {% endstep %}

{% step %}
**Double check custom container configuration**

* See `.stoobly/services/<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).
    {% endstep %}
    {% endstepper %}
