Hi everybody,
I am having problem creating an oauth2 connection through the connection management screen (https://zapier.com/app/connections?page=0&search=&type=private) for the app I am building. When creating new Zaps to test my app, Oauth works perfectly fine, but if I try doing the same thing through connection management screen for the same app (same code, same backend, same flow), once the authentication window gets closed I receive the following error:
Here is the partial output of zapier describe command:
As you may have noticed, the application IDs are identical in the error message and the redirect URL above. I also confirm that I am redirecting to https://zapier.com/dashboard/auth/oauth/return/App131738CLIAPI/ on successful authentications.
I was wondering if it has anything to do with my application being private at the moment or there is something else that I might be missing?
Thank you so much for your help in advance.