studio
studio copied to clipboard
The studio is the main interface you'll use to build and edit your chatbot.
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...
 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...
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  Example: 
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 
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...