Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connecting to endpoint #443

Closed
slack2450 opened this issue Aug 19, 2019 · 3 comments
Closed

Not connecting to endpoint #443

slack2450 opened this issue Aug 19, 2019 · 3 comments

Comments

@slack2450
Copy link

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:
image
image

as are my google logs:
image

This is the message I receive on my phone:
image

I believe my fulfilment is correct:
image

as is my account linking:
image

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

@devunwired
Copy link
Contributor

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:

  1. Develop > Account Linking > Test button at the top of the page.
  2. 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.

@dbarwacz
Copy link

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?

@dbarwacz
Copy link

dbarwacz commented Sep 5, 2019

#451 helped for me with this specific test, but still local component previewer does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants