botkit-cms icon indicating copy to clipboard operation
botkit-cms copied to clipboard

Sync between Botkit & Botkit-CMS

Open fabiorahamim opened this issue 4 years ago • 2 comments

Hi, I have botkit and botkit-cms on the same server, both of them are running and everything fine.

I added the following to .env file (on botkit) and configured the .env on botkit-cms. var controller = Botkit.web({ studio_command_uri: 'http://MyIP:3000', studio_token: 'blablablabla', });

##Chat platform PLATFORM=web ##authentication tokens for Bot users TOKENS=blablablabla ##Admin users for UI USERS=admin:mypass

I added some text into the CMS framework and when I am checking the bot after the amendments in the CMS, nothing happens. It looks like that something is not connected well, how to connect them? how to check that they are talking to each other?

Thanks a lot

fabiorahamim avatar May 10 '20 00:05 fabiorahamim

Did you restart the bot? I believe the content is only loaded at runtime.

peterswimm avatar May 11 '20 14:05 peterswimm

Did you restart the bot? I believe the content is only loaded at runtime.

Yes, it looks that the configurations were not updated.

hello Echo: hello

test Echo: test

hey Echo: hey

fabiorahamim avatar May 11 '20 22:05 fabiorahamim