Hi everyone,
I'm trying to build an integration that allows users to authenticate with their Vercel accounts. The goal is to enable them to deploy applications to their own Vercel accounts through my service.
I understand that I need to create a Vercel OAuth integration to achieve this and I have created an integration. The process to do so was quite frustrating, especially adding a very specifically sized image - otherwise no client id or secret.
I then got the client_id and secret and trying to auth in development is returning a "there was a configuration error" invalid client_id. But the id is copied from the integration?
I'd appreciate any guidance, examples, or best practices you can share. Links to relevant documentation or tutorials would also be very helpful.
It is also very hard to find a resource on this, as so much content has been done for creating Nextjs apps with auth, etc. Which this is not.
Thanks in advance for your help!