google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
888 stars 289 forks source link

Error after token sent back #554

Closed predond closed 2 years ago

predond commented 2 years ago

Hello guys, I am implementing my onw webhook for actions in Actions on Google Smart Home project. I successfully done OAuth 2.0 authorization but when I receive request to token exchange controller and I send back POST like that: {"token_type":"Bearer","access_token":"TOKEN","refresh_token":"TOKEN","expires_in":86400} Google Assistant App tells me that "Could not reach [test] AoGProject. Please try again.". Do you guys know what may I do to solve that problem? Maybe additional headers or syntax is a problem. What should I do?

ghost commented 1 year ago

Im facing the same issue, have you find the fix ?