sampaiodiego / rocket.chat.app-poll

Rocket.Chat App for creating polls.
MIT License
50 stars 39 forks source link

Poll: Create Button not working #53

Closed wajeeh-devsinc closed 3 years ago

wajeeh-devsinc commented 3 years ago

Cloned RC latest code from git repo, installed dependencies then poll app. Creating poll with /poll makes poll questionnaire pop up. After filling details, when I click on CREATE button, it's not creating the poll. Rather it takes the cursor to Insert your question field. Any fixes..?

sampaiodiego commented 3 years ago

have you tried create a poll in other rooms? does it fail to create as well?

I'm wondering if it can be the same issue as https://github.com/sampaiodiego/rocket.chat.app-poll/issues/46

wajeeh-devsinc commented 3 years ago

@sampaiodiego yeah have seen it. which permission I need to change..?

wajeeh-devsinc commented 3 years ago

Poll uses meesge APIs. That API was customized according to my nature of requirement. So the issue was with the customized API.