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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
