Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deploy Button] integration installed callback is stuck #11437

Closed
hsuanxyz opened this issue Apr 15, 2024 · 1 comment
Closed

[Deploy Button] integration installed callback is stuck #11437

hsuanxyz opened this issue Apr 15, 2024 · 1 comment

Comments

@hsuanxyz
Copy link

When I click on a deploy button with integration from the external side (e.g. with-supabase), the install callback for that integration never succeeds, but when I click on the deploy button from the internal templates (e.g. subscription-starter) it works fine!

I think the cause of this problem is that the external link did not redirect to the correct org URL.

# not work URL
- https://vercel.com/new/clone?...&integration-ids=oac_VqOgBHqhEoFTPzGkPd7L0iH6&...
# work fine URL
+ https://vercel.com/new/<org_id>/clone?...&integration-ids=oac_VqOgBHqhEoFTPzGkPd7L0iH6&...
@hsuanxyz
Copy link
Author

It's fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant