”Failed to load Stripe.js”
The billing page loads Stripe.js fromjs.stripe.com. If your browser
or an extension blocks it, the page cannot render the checkout form.
Fix
- Whitelist
*.stripe.comin your ad blocker / privacy extension. - Allow third-party scripts on
app.postqueen.ai. - Try a clean Chrome/Firefox profile to confirm it is an extension issue.
Billing page is blank or throws errors
The billing page useslocalStorage to cache plan state. In some private
/ incognito modes (Safari, Firefox strict mode) localStorage is null
and the page crashes on access.
Fix: open the billing page in a normal browser window.
Discount code does not apply
PostQueen validates discount codes server-side against Stripe. If apply fails, double-check:- Spelling and case: codes are case-sensitive.
- The code has not already been used or expired.
- The code applies to the plan you are trying to upgrade to.
Refunds & contact
For refund requests, billing questions, or anything that needs a human:- Email: support@postqueen.ai for refunds, billing, and account matters.
- GitHub: open an issue for product bugs.