Merged
Size
S
Change Breakdown
Bug Fix100%
#3424fix(vercel): Fix vercel settings page

Vercel onboarding redirect loop resolved

The Vercel onboarding flow is now cleared of a persistent redirect loop. Marketplace contexts are preserved during GitHub repository connections, and redundant settings toggles are hidden.

Setting up a Vercel integration from a marketplace context occasionally trapped users in an infinite redirect loop. A modal parameter persisted in the URL during the GitHub repository connection phase, causing the interface to reopen continuously. The settings page also displayed unnecessary master toggles that cluttered the integration view.

The Vercel onboarding flow is corrected to strip problematic URL parameters while preserving essential routing data, such as the destination URL. Once a GitHub repository is connected, the modal closes cleanly and the marketplace redirect completes. Redundant section toggles for environment variable configuration are hidden from the settings panel.

These changes are applied to the webapp's integration components. The Vercel setup sequence now completes reliably across all entry points.

© 2026 · via Gitpulse