I am updating our Zapier integration to use OAuth2 instead of Basic authentication. I have everything working and the right tokens are getting sent. The only issue I have is after making the connection, the main zapier.com window gets redirected to a bad page (https://zapier.com/app/connections/null?hl=35362708) and the user gets an error page from Zapier
404: Page Not Found
Not all who wander are lost...but you are.
The connection is successfully created and it works fine, but the user is not ending up back on the integration page.
I debugged this a little with dev tools and it looks like after the auth succeeds, Zapier is fetching some metadata from https://zapier.com/_next/data/app-management-f6cb506f0254d18a4bea6c95365584bbf77c0c37/app/connections/null.json?hl=35362708&serviceSlug=null and getting back {"notFound":true} If I change the ‘null.json’ to ‘myapp.json’ then it works fine (and that is the behavior I see with the older version of my integration)
Is this maybe an issue because I am using a Private new version of my integration that is showing up under “Custom integrations” Or is there some metadata that has gotten lost when I converted to the Zapier Platform CLI?
I saw this other post which sounds similar but nobody ever responded