Hi,
iam new to vercel integration have a created a new integration which will allow user to connect to there account so that my saas application will get users access_token to make vercel API calls on behalf of user
Current Behaviour:
- On vercel integration page it opens up a new popup window with the redirect url along with code and configurationId and next in search params
- I have to use this code to exchange the with access_token
my question is what is my next step how do i close this window, when closed manually it says “The installation was cancelled”
and how to redirect to my domain from vercel integration page
PS: past week it didnt open this new window it did redirect to the redirect url with code… which was handled but now its opening a new window. is anything changed ?
any help would be appreciated
Thanks