Error in Build a Google Action in Node.js with Jovo


#1

When I do the testing in dialogflow, jovo CLI return :

Error -----------------------------------------------------------------

Code:
ERR_NO_MATCHING_PLATFORM

Message:
Can’t handle request object.

Stack:
Error: Can’t handle request object.
at App.handle (C:\Users\Catherine\HelloWorld\node_modules\jovo-core\src\BaseApp.ts:202:11)
at process._tickCallback (internal/process/next_tick.js:68:7)

Module:
jovo-core

Hint:
Please add an integration that handles that type of request.


Seeking help about it.


#2

Hi, welcome to the Jovo Community :wave:

Currently, testing directly in Dialogflow doesn’t work. We recommend using the Actions on Google Simulator.


#3

Thank you very much, I have tried to test in Actions on Google and it works. :smile: