> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/troubleshooting/deployment-issues.md).

# Deployment Issues

- [How to resolve deployment issues related to globals and accounts](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/globals-and-accounts-issues.md): Learn how to resolve deployment issues involving deprecated, restricted, or unset globals and accounts.
- [How to handle route conflicts in deployments](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/route-conflicts.md): Learn how to proceed if these warnings are displayed in Run when a deployment needs to be made.
- [Solving “Out of memory” errors in deployment](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/out-of-memory.md): Learn more about the possible causes of “Out of memory” errors in pipeline deployment and how to fix them based on the type of error.
- [How to resolve Error 409: “You cannot update a pipeline that is not on draft mode”](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/error-409.md): Learn how to fix the problem that occurs when you try to edit a pipeline that has already been deployed.
- [How to resolve the "Pipeline execution was aborted" error](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/pipeline-execution-was-aborted-error.md): Learn how to identify the cause and implement strategies to fix and prevent this error.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digibee.com/documentation/troubleshooting/deployment-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
