> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/troubleshooting.md).

# 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 %}
