studio icon indicating copy to clipboard operation
studio copied to clipboard

The studio is the main interface you'll use to build and edit your chatbot.

Results 19 studio issues
Sort by recently updated
recently updated
newest added

i am not able to publish the bot on botpress studio.

``` VM4 sandbox_bundle:93 Unable to load preload script: C:\Users\jalba\AppData\Local\Programs\botpress-studio\resources\app.asar\dist\main\preload.js (anonymous) @ VM4 sandbox_bundle:93 VM4 sandbox_bundle:93 ReferenceError: module is not defined at :68:1 at :69:12 at runPreloadScript (VM4 sandbox_bundle:93:2213) at Object....

Sometimes Botpress Bot gets hanged and does not respond to any of the user questions. When I checked the console, I can see the following message `waiting until next event`...

There are currently two small issues I could find in the zoom feature of the studio. The first one is that it starts at 200% which I think is a...

bug

![image](https://user-images.githubusercontent.com/87815239/128715166-27adbd47-cd65-46c6-9c92-bff3d20ba02e.png) Right now, the user, session and temp are hidden variables, that require know-how to be used. The preview should include user, temp, session with explanations. I realize getting the...

bug

For a better developer experience, it would be nice to have a `warning` in the code editor around the use of `console.log` suggesting the developer use `bp.logger` instead. Developers should...

Some of my Q&A have redirections configured in them. I would like to see an indicator icon that a redirect is enabled ![image](https://user-images.githubusercontent.com/59566773/141194834-33bf1e0f-77f2-4d30-b16c-2277afdcad87.png) Example: ![image](https://user-images.githubusercontent.com/59566773/141195110-d4e10a50-2e08-4faf-a5c4-ce7f62733775.png)

If I want to deal with variables, sometimes it works by using "event.state.session.{variableName}" and sometimes it only works by using "session.{variableName}" v12.26.1 ![image](https://user-images.githubusercontent.com/89806971/133154607-f996a08c-c1fb-48a0-b034-81a0886c0e19.png)

I want to copy the raw json to better visualize it in a notepad for example... or to search in it, but I am not able because it is in...