-
Hey,
I tried updating the plugin from 1.0.7 to 1.0.13 with Redmine version 4.2.1.stable, but I'm getting the following error:
```
Bundler could not find compatible versions for gem "deface":
…
-
### Pitch
As we know, DMs can be viewed by server admins. End users are not made aware of this, especially new users. While we'd like to think server admins will never do this, unfortunately it will …
-
![image](https://user-images.githubusercontent.com/37356127/183341291-68cf67e3-3f39-4281-ac9f-0499556f7a32.png)
I post last part of log if any want full log i can post i think.
![image](https://…
-
**Describe the bug**
Running Chatwoot on Ubuntu installed vi cwctl. When running `sudo cwctl --upgrade` the process completes and no error is shown however the Chatwoot instance is not actually up…
-
It'd be nice to have OTR messaging for Direct Messages. This could enable opportunistically when available (I.E., when both instances support it) and be disabled otherwise.
* * * *
- [x] I sea…
-
I’m trying to deploy a Rails server using Capistrano, but it does not seem to manage paths correctly.
At first, I followed the guide at gorails.com, but ended up with the following error:
bash: No…
-
I have react components that are loading css directly into the component as described in your notes here https://github.com/rails/webpacker/blob/master/docs/css.md. Below is a snippet of my code.
…
-
**Describe the bug**
https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_20.04.sh script seems invalid.
libreadline that is installed seems to not install v7 as required …
-
Hi,
I have installed Chatwoot on Caprover using AWS Lightsail.
After installation everything works fine using the subdomain that caprover generates but after activating https and Websocket Support t…
-
The `is=""` API can be confusing, and awkward. For example (in current v1 API):
### inheritance currently has to be specified three times:
```js
class MyButton extends HTMLButtonElement {} // …