-
### Botpress version: `10.15.0`
### Channels: `channel-web`, `channel-messenger`
--
But working fine using channel-web, on local and remote.
-
my index.js
```javascript
module.exports = function(bp) {
bp.middlewares.load()
var router = bp.getRouter('botpress-slack');
}
```
version 0.1.6
-
**Is your feature request related to a problem? Please describe.**
When updating our Botpress Stack, we bump the version number in the Dockerfile and watch it migrate after build and reboot, then the…
-
Make sure these checkboxes are checked before raising an issue, thank you!
- [x] Check that you are using node version >= `8.9`
- [x] Search the [documentation](https://botpress.io/docs)
- [x] Se…
-
image: `${process.env.BOT_BASE_URL}/san_francisco.jpg
in botpress-messenger template example. where do i keep the image actually?
-
**Describe the bug**
When I send a voice note from Whatsapp (Vonage integration), google-speech throws the below error message in the logs:
09/13/2021 18:48:14.531 Mod[google-speech] Audio file form…
-
**Describe the bug**
after updating to v12_25 (or fresh install, tried both) any bots built will say they can’t connect to the lang eng, including if you self host. It appears to be a problem with th…
-
**Describe the bug**
When clicking on "Server license" in the main left panel, a user sees the prompt to 'Enable Pro & Reboot Server' (please see screenshot). Before the 'Enable Pro & Reboot Server' …
-
**Describe the bug**
I have started botpress with environment variable EXPOSED_API_URL.
I am able to print the environment variable using `bp.logger.info(process.env.EXPOSED_API_URL)` in custom act…
-
In the oneflow designer, flows are saved under topics in a folder structure.
Only one route is designed for them : api/v1/bots/{botId}/flow/
Example of a request made when saving a flow : /api/v1/…