-
- [x] Check that you are using node version >= `6.10`
- [x] Search the [documentation](https://botpress.io/docs)
---
### Botpress version: `10.20.1`
### Node `8.11.3`
![dialog](https://user-i…
-
Revealed during the stress testing.
Results in such error logs:
> 21:49:46 - error: [notification::botpress] DialogEngine: insert into "dialog_sessions" ("active_on", "created_on", "id", "state"…
-
In the default `webpack.js` file, exclude React (and ReactDOM) from the bundle. The reason is because if we don't there's two different versions of React running concurrently, causing issues with Reac…
-
Unable to install dependencies on MacOS Catalina (10.15.6) with NodeJS v12.13.0
Stack trace:
```
warning Error running install script for optional dependency: "/Users/charlesc/botpress/botpress/n…
-
Make sure these checkboxes are checked before raising an issue, thank you!
- [v] Check that you are using node version >= `8.9`
- [v] Search the [documentation](https://botpress.io/docs)
- [v] Se…
-
**Is your feature request related to a problem? Please describe.**
.
**Describe the solution you'd like**
Botpress to connect to Github and monitor changes to the repository, and automatically re…
-
Page https://botpress.io/docs/channels/telegram/
1: The config file _data/bots//config/channel-telegram.json_ is:
```
{
"botToken": ""
}
```
Should be (with **"enabled"**):
```
{
"botT…
-
### Botpress version: `docker image ce-nightly-2018-11-13`
### Channels: webchat
'Wait for user message' option under OnReceive seems not work. Instead of waiting for the input (like it did in v…
-
It would be great if botpress had some kind of watcher that would reload whenever it detects changes to it's sourcecode. This is something Django does which is super useful.
I can potentially imple…
-
Hey there!
Is there any way to add array support for the bp.hear() method? I want to match some item inside the array to avoid creating multiple functions with the same content for matching differe…