Vercel Integration not passing the state query param to callback URL

Hi All ,

I have added a Vercel Integration to my project and passing the state query param as below -
https://vercel.com/integrations/app-builder-console-v2/new?state=token=eyJfdgdfg.dfgdg.dfgdfgdfgdfg.dfgdfg

Now when a select a Vercel team to deploy project , I get below error

// https://myApi.my.io/auth/vercel?code=BS37IiJfIedsdsdEPLxQ2rgdhrs4d&configurationId=icfg_trHaYZFCZsdsddAT3Ub1X&next=https%3A%2F%2Fvercel.com%2Fteam-projects-eea9fdba%2F~%2Fintegrations%2Ficfg_trHaYZFCZXKzPfAYdAT3Ub1X%2Finstalled&source=marketplace&teamId=team_o5OISdsdsddsdxEIp5ioYcV

{
  "code": "BAD_REQUEST",
  "Message": "State is not in a URL query"
}

It should have passed the state query param as mentioned in the docs. but since state is not passed , our endpoint fails as we need state variable in callback URL.

Has something changed recently ?

Thanks

Deployment URL or Custom Domain:
Environment (local, preview, production):
Project Framework:
Build Settings:
  Framework Preset:
  Build Command (if not default):
  Output Directory (if not default):
  Install Command (if not default):
Node/Runtime Version:
Package Manager:
Relevant Packages:
1 Like

Also seeing this issue!

Thanks for reporting this. We are investigating now and I’ll share updates here when I know more

1 Like

Hi @bhupendra1011

did this issue solve for you ?

Thank you for your patience. Our engineering team identified the cause deployed a fix for this. Please clear your cookies and then try it again.

If you encounter any error messages, please post an update here with any details and a screenshot with browser devtools enabled.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.