+1 This problem is plaguing me too. I can’t get past first base in creating my app. I am using Auth0 as the OAuth2 provider so my authentication URL is different to the OP’s but I see the exact same problem: the URL is prepended with https://zapier.com resulting in an invalid URL so fails on DNS.
+1 This problem is plaguing me too. I can’t get past first base in creating my app. I am using Auth0 as the OAuth2 provider so my authentication URL is different to the OP’s but I see the exact same problem: the URL is prepended with https://zapier.com resulting in an invalid URL so fails on DNS.
seems that this is fixed now
However you can do the flow manually, just remove the zapier.comhttps// part from the URL and start the flow from there, once you have a successful response just refresh the Platform UI(web console) page and on the testing bit you will see you are authenticated and just click on “Test Authentication” to validate that your /me endpoint works fine
Thank you, @ditorojuanf ! It is working for me now too.
I am having the same problem, can someone help me?
@renanoliveira I’m no longer seeing the same problem described in this post. However, testing the connection in the authentication configuration doesn’t work for me: I can see the OAuth workflow occurring but when calling my API endpoint, the JWT is missing or malformed. However, if I go to My Apps in Zapier and create a new connection then test it from there it works OK. Maybe you could try this.