zef-dev / convoworks-core

PHP framework for handling conversational services like Amazon Alexa skills, Google Assistant, Viber, FB messenger ...
https://convoworks.com
MIT License
25 stars 2 forks source link

Dialogflow API missing extension "ext-bcmath" #29

Closed mmarcec007 closed 3 years ago

mmarcec007 commented 3 years ago

In some cases the Convoworks conversation tester fails on Dialogflow with some words like 'ceca', 'e' and so on. It looks like that the ext-bcmath is missing in composer.json file. Solution would be to just add the extension in composer.json and test it on stage since the same behavior appears on stage but not in my local machine.