You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: