actions-on-google/assistant-conversation-nodejs

Action Simulator is not working

Closed this issue ยท 4 comments

Request in the Simulator shows the following:
Invocation Error
You cannot use standard Google Assistant features in the Simulator. If you want to try them, use Google Assistant on your phone or other compatible devices.
test

I had this issue recently, my action was working then suddenly my dev account couldn't trigger the action across browsers/devices.

The fix for me was to go to the test simulator settings, disable on-device testing, wait for it to disable testing, then to enable testing with my dev draft version, invocation immediately began working again.

Go to develop tab in the Actions console and give the display name. Then try to invoke the app. That resolved my issue.

Closing as this issue seems to have been resolved.