botpress / studio

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

[BUG] IS_PRO_ENABLE is false when setting pro configs values in botpress.config.json #292

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

When you set pro.enabled to true in your botpress.config.json instead of using an environment variable (BP_CONFIG_PRO_ENABLED), the IS_PRO_ENABLE var is false resulting in having the trial banner displayed in the studio.

The current workaround is to set BP_CONFIG_PRO_ENABLED instead of editing the botpress config.

laurentlp commented 2 years ago

Cannot re-reproduce the issue, closing.