Skip to main content
Best answer

Error on authorising app using oAuth2 - unable to verify keys

  • March 17, 2021
  • 5 replies
  • 193 views

Hi 

I am setting up an App on Zapier

I have selected the oauth2 method, added the client key and client secret.

Added the authorise and token request route

Verified all the workflows in Postman, all the routes and workflows are working fine

but when in testing tab, I try Sign In to ‘App Name’ 

I get the error without any proper information

Best answer by Zach Johnson

Hi @Zach Johnson - Are you sure that your domain name is publicly available? I tried to make a DNS lookup but it seems to be unavailable. I guess it’s only configured on your machine?

 

It was only configured on my system, for development purpose .. 
I deployed it live and everything started working, 

for some reason, Zapier was unable to verify keys with my local environment ..

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

In addition to the above information

I am using the Laravel Valet on my local environment


GetUWired
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • March 17, 2021

You have probably seen this but some common reasons can be found here: https://stackoverflow.com/questions/17690803/node-js-getaddrinfo-enotfound/44255808 

 

It would be difficult to look into it further without seeing the code. 



ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • March 18, 2021

Hi @Zach Johnson - Are you sure that your domain name is publicly available? I tried to make a DNS lookup but it seems to be unavailable. I guess it’s only configured on your machine?

 


  • Author
  • Answer
  • March 19, 2021

Hi @Zach Johnson - Are you sure that your domain name is publicly available? I tried to make a DNS lookup but it seems to be unavailable. I guess it’s only configured on your machine?

 

It was only configured on my system, for development purpose .. 
I deployed it live and everything started working, 

for some reason, Zapier was unable to verify keys with my local environment ..