mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
11 lines
591 B
Markdown
11 lines
591 B
Markdown
---
|
|
path: "/docs/common-errors"
|
|
title: "Common Errors"
|
|
---
|
|
|
|
### Errors you might encounter while setting up the project
|
|
|
|
#### ArgumentError: invalid uri scheme
|
|
|
|
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](https://docs.chatwoot.com/#/development/environment-setup/ubuntu?id=install-redis-server) and [Configure Redis URL](https://docs.chatwoot.com/#/development/project-setup/environment-variables?id=configure-redis-url) in the environment-variables section.
|