Pretty disappointed in this project - zero support #8954
-
As the title says, pretty disappointed in this project. No clear installation instructions for docker. Spent over 1-2 weeks trying to figure out how to make it work, to finally figure out how to install it and emails do not work and the system half works by not saving settings properly. Reached out to support and no response in over 2 weeks. Not sure why you would make the software "open source" if you're not going to provide direction to the community when they have questions... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm really sorry to hear about the troubles you've been experiencing with getting Chatwoot set up and the lack of support response. We understand how frustrating this can be and appreciate your patience. For support, we have several options listed on our FAQ page, which might offer immediate answers to common issues faced by our users. Regarding installation, our recommended method is using cwctl, detailed instructions for which can be found here. This method simplifies the process and is designed to help avoid the very issues you've encountered. We acknowledge that other installation methods are provided for advanced users with a good understanding of Ruby on Rails applications. These options are there to offer flexibility but, indeed, might require a deeper dive to troubleshoot specific problems that arise. The open-source community around Chatwoot is typically very supportive, with users helping each other through challenges. However, we recognize that certain installation issues can be unique and complex, making them difficult to resolve quickly. We strive to assist with these as promptly as possible, but some cases may take longer to diagnose and address. To better assist you, Again, I apologize for the inconvenience and the experience you've had so far. We're committed to improving and hope to resolve your issues soon. |
Beta Was this translation helpful? Give feedback.
-
@jxs714 It looks like there are a few issues you've run into, and I appreciate you bringing them to our attention. Here's how we can tackle them together:
|
Beta Was this translation helpful? Give feedback.
Hi @sojan-official
Thank you for reaching back. I had to test a bit more with confidence and patience, and I figured out how to get Chatwoot fully working. Sorry, configuring Chatwoot has been a frustrating ride but I finally got it to work with the setup. Here is my setup
Software
Plesk (latest)
Postgresql (Locally, not in docker)
Redis (Locally, not in docker)
Rails : Setup as Port xxx1 (whichever port you want) - Docker container
Sidekiq: Setup as Port xxx2 (whichever port you want) - Docker container
Base: (no need, this can be deleted and is just a template for rails to build off of) - Docker container
For the docker IP to connect to redis and postgresql locally (or any local softwar…