solutions icon indicating copy to clipboard operation
solutions copied to clipboard

List of Botpress templates / examples for common problems. Kick start your chatbot development with these ready-to-go custom modules, actions, hooks, and tools!

Results 5 solutions issues
Sort by recently updated
recently updated
newest added

i trying to use hide-chat or form-module, but function setHidden has error hide-chat show error ![image](https://github.com/botpress/solutions/assets/15202356/38f6c2b6-66d6-4ba6-ac96-4263ef6ed2ea) form-module show error ![image](https://github.com/botpress/solutions/assets/15202356/4ac415db-f91f-4247-b96b-919d54235a6e) i need to do something to this modules work ?

i'm getting an error after clicking on the submit button , also may i ask how can i adjust schemas?

This fixes #63 and improves the queries using Knex methods instead of raw SQL.

Environment details: Botpress 12.30.6 Storage: PostgreSQL I just added [Increment Custom Metric](https://github.com/botpress/solutions/tree/master/custom%20solutions/Increment%20Custom%20Metric) to my environment and upon executing the action the system throws an error: ``` Sun Dec 11 2022...

Greetings, I was using hide-chat in a botpress project. I created a flow to make composer hide and should be visible only when required. Sometimes its working fine but and...