This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Issue using botkit cms locally within botkit #24
Comments
I have the same error, any ideas? |
@mdemin914 I applied your suggested partial fix to
Am I missing something? |
The Botkit-cms plugin has not been properly updated yet to run locally in Botkit 4+. So this is an imperfect solution for now. |
@benbrown Do you think this is fixable? I might have someone from my team look into this next week. |
Yeah it is definitely fixable. |
2 tasks
This should be fixed by howdyai/botkit#1851 ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I am trying to get botkit-cms working locally within a botkit app. I think this would be ideal for a production deployment, not having to rely on another server to be up.
I am using
When I follow the directions and include:
I get the following error:
TypeError: Cannot set property 'evaluateTrigger' of undefined
.I fixed here this by changing the
controller.studio
references to becontroller.plugins.cms
. This seems to fix the problem and things seem to more or less work. The bot responds to the triggers that are setup.However, there is an exception when the input is something that doesn't cause any triggers to be returned.
Thanks for any help or direction on how to continue looking into this.
The text was updated successfully, but these errors were encountered: