-
Notifications
You must be signed in to change notification settings - Fork 405
fix(clerk-js,chrome-extension): Stripe bundles #5597
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: ac022fb The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
!snapshot |
|
!snapshot |
|
I'm getting this error with Any suggestions? |
|
Hi @wong2, please note that Clerk Billing is not available for Chrome Extensions due to limitations imposed by Chrome. Stripe requires remotely hosted code to function, which, for security purposes, causes Google to deny Chrome Store approvals. Could you confirm for me that you’re not attempting to use Billing components? Thank you! |
|
@tmilewski Oh, I'm trying to use Clerk Billing in my extension, I'm using the PricingTable component. Perhaps you should add a notice in the Chrome Extension docs? The |
|
@tmilewski Thanks! Does this mean that the only way to use Billing in a Chrome extension is to enable syncHost and jump from the extension to the website to display the PricingTable? That way, once the payment is completed, the extension should be able to sync to the user's plan status, right? |
|
@wong2 The answer there is "it depends." If you use a typical popup extension (or other type that you re-open) then, yes, everything should work as expected. If you're using an extension like a sidePanel, and it's persistent, then I would suggest trying out |
|
@tmilewski I will give it a try! My use case is the extension opens a persistent page ( |

Description
Fixes ECO-595
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change