mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
[docs] Add common errors section (#87)
This commit is contained in:
@@ -4,3 +4,4 @@
|
|||||||
* [Development Guide](development/environment-setup/ubuntu.md)
|
* [Development Guide](development/environment-setup/ubuntu.md)
|
||||||
* [Project Dependencies](development/project-setup/dependencies.md)
|
* [Project Dependencies](development/project-setup/dependencies.md)
|
||||||
* [Environment Variables](development/project-setup/environment-variables.md)
|
* [Environment Variables](development/project-setup/environment-variables.md)
|
||||||
|
* [Common Errors](development/project-setup/errors.md)
|
||||||
|
|||||||
5
docs/development/project-setup/errors.md
Normal file
5
docs/development/project-setup/errors.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
### 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.
|
||||||
Reference in New Issue
Block a user