You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set the fulfilment and oauth urls in my action and can create devices on the front-end management however whenever I try to do account linking I get the message
Something went wrong. Try again.
The longs on node and ngrok are completely empty:
as are my google logs:
This is the message I receive on my phone:
I believe my fulfilment is correct:
as is my account linking:
I have only made the changes as specified in the README.
My logs are completely barren any suggestions as to how to debug this would be very useful
The text was updated successfully, but these errors were encountered:
The fact that you are not seeing any logs in StackDriver (an issue here would typically be accompanied by an OPEN_AUTH_FAILURE error message) means there may be a configuration issue enabling testing in the Actions console.
Make sure you have enabled testing on your project in both of the following spots:
Develop > Account Linking > Test button at the top of the page.
Test > Simulator> Start testing on the simulator panel.
Another piece to look into is how you are launching the local dev server. The README indicates using npm start:local rather than just npm start. This may be affecting why your server isn't receiving messages as well.
I have the same problems, while trying to add device on my phone, I see test device, select it, see that my server was hit with request but then nothing happens (screen goes back with no error message, no useful info in logs). Are there any troubleshooting steps I can take?
I have set the fulfilment and oauth urls in my action and can create devices on the front-end management however whenever I try to do account linking I get the message
Something went wrong. Try again.
The longs on node and ngrok are completely empty:
as are my google logs:
This is the message I receive on my phone:
I believe my fulfilment is correct:
as is my account linking:
I have only made the changes as specified in the README.
My logs are completely barren any suggestions as to how to debug this would be very useful
The text was updated successfully, but these errors were encountered: