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-ui): fix redirect even when authorized #369

Closed EFF closed 2 years ago

EFF commented 2 years ago

This little PR ensures that the token is used to perform the /env call otherwise we get a redirect for sure. I have no idea how this could've worked out in the first place