Hi team, I am working on setting up a Zapier integration using the OAuth v2 flow.
After the user is successfully logged in on our app then the app redirects the user back to the Zapier OAuth redirect url e.g https://zapier.com/dashboard/auth/oauth/return/XXXCLIAPI/. However when the user is redirected to the mentioned Zapier OAuth redirect url with the authorization code appended, it throws a 404 error when it tries to open the Zapier page. I noticed this does not happen when I sign in and authorize with other apps. I also confirmed the redirect URI is the same on my end and Zapier’s end.
Is it possible i am forgetting to include something, or perhaps the URL provided by Zapier has an issue?