botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

fix(studio): prevent back & forth when file is not found #249

Closed allardy closed 2 years ago

allardy commented 2 years ago

When a file is not found in the studio assets, it forwards the request to the core, which then re-directs it back to the studio... This happens during like 30 seconds, then it fails the request.

The fix is simple. if the file is not found, it just stops there.

image