Troubleshooting
My landing page button doesn't work
The buy button only appears when Stripe Connect status is active. Settings → Connect Stripe and complete Express onboarding.
I invited a teammate but they can't see anything
Step 16 ships the membership infrastructure but the page queries still filter by user_id. Invited members can authenticate and the RLS lets them read, but the UI scopes data to the owner. Step 16b refactors all of those queries — until then, ask the workspace owner to use the dashboard.
Welcome emails aren't being delivered
The Resend sandbox sender (onboarding@resend.dev) only delivers to your own email. To send to real buyers, verify a domain in the Resend dashboard and set RESEND_FROM_ADDRESS in your Supabase Edge Function secrets.
Multi-language output is still English
Two reasons: (1) your tier is Free — multi-language is Starter+, (2) the language directive is only threaded into generate-review-response today; other generators get it in a tiny follow-up.
The Publishing Guide says my Reddit account isn't ready
Without Reddit OAuth (Step 13b), Framvio can't check your actual karma. The guide flags potential issues conservatively. If your account already meets the requirements, ignore the warning.
Where do I report bugs?
Use the contact link in the footer, or — if you're on Discord — drop a message in the #bugs channel.