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

# Known Issues

### Error Code 1 (Mobile apps)

We've received several reports of users encountering an error labelled **"Code 1"** while attempting to save an entry with a photo on our mobile apps. This issue is predominantly observed on new installations and often resolves itself after reinstalling the app.

**Current Status:**

* We are actively monitoring these occurrences and testing various potential workarounds.
* Unfortunately, due to the sporadic nature of the issue and our inability to consistently reproduce it on our test devices, pinpointing the exact cause has been challenging.

**Temporary Solution:**

* If you encounter this error, we recommend uninstalling and then reinstalling the application. This has been effective for many users and may resolve the problem on your device.

**Next Steps:**

* Our development team is committed to resolving this issue and will continue to investigate and implement long-term solutions. We appreciate your patience and understanding as we work towards a fix.

<figure><img src="/files/mMoHADTo0bY1xZ1wRkfZ" alt="" width="375"><figcaption></figcaption></figure>

\
Community discussion, feel free to contribute ->\
<https://community.epicollect.net/t/mobile-app-error-code-1/886>

### Dark Mode

Currently, Epicollect5 does not support a native dark mode, but we understand that it is a highly desired feature. We are actively considering enhancements like this for future updates to improve the user experience.

If you are using an Android device, there is an option to enable "Force Dark Mode" within the Developer Settings, which could help achieve a darker interface across apps. To try this, you can access the setting by navigating to Developer Settings on your device. Here’s a helpful guide on how to enable it ->

{% embed url="<https://www.nextpit.com/force-apps-use-dark-mode-android>" %}

Additionally, it’s worth noting that Android 15 is expected to make this dark mode option more widely available to all users without requiring developer settings. You can read more about this upcoming feature ->

{% embed url="<https://www.androidauthority.com/android-15-make-all-apps-dark-3437447/>" %}

<div><figure><img src="/files/kKUlydI5FzIYzSoN4DRj" alt=""><figcaption></figcaption></figure> <figure><img src="/files/86KPGBETTpxui27n8LTY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ksXogdXZ3GvmfNjM68Cl" alt=""><figcaption></figcaption></figure></div>

If you are using an iPhone, you might try this approach ->

{% embed url="<https://www.howtogeek.com/692271/how-to-force-dark-mode-in-any-iphone-app-with-smart-invert/>" %}


---

# 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.epicollect.net/extra/known-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.
