Laurent Leclerc Poulin
Laurent Leclerc Poulin
This PR fixes an issue where environment variables were not passed to the shell when starting the Docker container. To fix the issue, we now propagate the env vars so...
**Describe the bug** This isn't really a bug or even a feature but rather a simple reminder that the maintenance support for NodeJS 12 will expire on April 2022 and...
This PR aims at improving the migration service by handling the case where it's the first time starting Botpress. In this scenario, the user does not have to run any...
This PR adds the components library (`@botpress/messaging-components`) for the rendering of content-elements instead of using its own renderers. **Missing:** Mucho testing!!!
**Describe the bug** Sometimes, using a **Small Talk template**, an error is thrown by the DialogEngine saying that a certain content-element does not exist. **To Reproduce** Steps to reproduce the...
**Describe the bug** Some tables contain `created_at ` and `updated_at` columns. Values for those columns are set during insertion but `updated_at` is never changed upon updates. There are probably some...
**Describe the bug** A clear and concise description of what the bug is. It seems like `window.BOT_ID` is undefined, which is causing the issue (see: modules/channel-web/src/views/lite/store/composer.ts). **To Reproduce** Steps to...
**Describe the bug** When an agent tries to delete a conversation, it only deletes the conversation for the user and returns a 400 HTTP error. **To Reproduce** https://user-images.githubusercontent.com/9640576/145305631-3c1f52ff-20cd-48e7-84fb-14fde0e60380.mp4 **Expected behavior**...
**Describe the bug** Sometimes, using a **Small Talk template**, an error is thrown by the DialogEngine saying that a certain content-element does not exist. **To Reproduce** Steps to reproduce the...
**Describe the bug** This isn't really a bug or even a feature but rather a simple reminder that the maintenance support for NodeJS 12 will expire on April 2022 and...