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

# Verify Troubleshooting

The Verify command may return one or more error messages, indicating an issue with the CI environment running redefine. Here you can find detailed explanations and suggested remedies.

Examples -

* **Missing Authentication Key** - See [Redefine Key Missing](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/environment-troubleshooting#redefine-key-missing)&#x20;
* **CI Platform not detected** - See [CI Platform not Detected](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/environment-troubleshooting#ci-platform-not-detected)
* **Current directory is not a git repository** - See [Can't Find Git Repository](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/git-troubleshooting#cant-find-git-repository)
* **Branch {branch} is missing, failed fetch** - See [Can't Fetch Branch](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/git-troubleshooting#cant-fetch-branch)
* **Testing Framework is not installed or cannot be imported** - See [Cypress](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/testing-frameworks/cypress-troubleshooting#cypress-is-not-installed-or-cannot-be-imported.) & [Pytest](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/testing-frameworks/pytest-troubleshooting#python-installation-problem)
* **Failed to send report to Redefine's server** - See [Unable to connet to Redefine Server](https://docs.redefine.dev/troubleshooting/verify-troubleshooting/environment-troubleshooting#unable-to-connet-to-redefine-server)

For more go to any of the sub-pages.


---

# 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:

```
GET https://docs.redefine.dev/troubleshooting/verify-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.
