Chatwoot/docs/development/project-setup/errors.md

13 lines
459 B
Markdown
Raw Normal View History

---
path: "/docs/common-errors"
title: "Common Errors"
---
2019-10-02 03:39:41 +00:00
### Errors you might encounter while setting up the project
2019-11-23 20:12:58 +00:00
```bash
ArgumentError: invalid uri scheme
```
2019-10-02 03:39:41 +00:00
2019-11-23 20:12:58 +00:00
This is an error thrown from redis connector. You might not have setup the redis environment variables properly. Please refer to dependencies section to install redis-server and [Configure Redis URL](https://www.chatwoot.com/docs/environment-variables) in the environment-variables section.