Zimor
Zimor

Reputation: 27

Receiving (my app name) isn't responding right now. Please try again soon, when deploy with cloud funtions

Receiving [my app name] isn't responding right now. Please try again soon, on Actions on google's simulator, I don't know why but when I try to run it locally, everything works just fine, it happens only when I deployed it with cloud functions

Upvotes: 0

Views: 55

Answers (1)

Zimor
Zimor

Reputation: 27

Make sure to import everything you want, for example if want to use table etc. you must import it

const { dialogflow , SimpleResponse, Permission, Suggestions , Table, 
LinkOutSuggestion} = require('actions-on-google');

check your webhook and you payment method

Upvotes: 1

Related Questions