Stripe sandbox claim token expired - Publish button disabled

I’m on Replit Core plan. When I try to publish
my app, the Stripe connection section shows
“Claim sandbox” button. When I select my Stripe
account (Best Buy Asian Supermarket Limited),
it shows “Expired claim token” error and the
Publish button stays disabled.

My app already uses STRIPE_SECRET_KEY and
VITE_STRIPE_PUBLIC_KEY from Secrets directly
and does not use Stripe Connector in the code.

How can I bypass this Stripe connection
requirement or fix the expired token issue?

Disconnect the Stripe connector entirely in integrations. If you’re pulling keys from Secrets in code, you don’t need it and it should unblock publish.