howdyai / botkit-cms

An open tool for designing, building and managing interactive dialog systems
https://botkit.ai
MIT License
265 stars 92 forks source link

Issue with Builder UI :: Quick Replies #7

Closed gruntday closed 5 years ago

gruntday commented 5 years ago

Hello,

having issues with building ui components .. i can not build quick replies using the interface

peterswimm commented 5 years ago

Can you provide a little more information? What platform are you building for, what errors you are seeing, etc.

gruntday commented 5 years ago

screenshot

@peterswimm as per screenshot i can not use quick replies .. platform Facebook .. no errors but the interface not showing quick replies as per the screenshot below

dialog

benbrown commented 5 years ago

Do you have the PLATFORM variable set in your environment?

gruntday commented 5 years ago

@benbrown yes below is my .env

PLATFORM=[facebook]

peterswimm commented 5 years ago

@gruntday try removing the brackets PLATFORM=facebook

benbrown commented 5 years ago

@gruntday did you get this sorted out?

gruntday commented 5 years ago

Thanks @peterswimm @benbrown

below works for me

PLATFORM=facebook

However below doesn't work

PLATFORM=[facebook]

PLATFORM=[facebook,web]

peterswimm commented 5 years ago

That's by design, You can only have one platform currently, and should not be using those brackets.