Commit graph

10 commits

Author SHA1 Message Date
Autoblogia Bot
fe3a2be5fd fix(theme): robust theme injections for real-time adjustments 2026-05-19 22:39:58 +00:00
marciobever
77ff954913 fix(stripe): don't pre-fill email for WhatsApp checkout — let customer enter their own billing email 2026-04-22 17:56:29 -03:00
marciobever
aceeebe938 fix(webhook): add apikey header to stripe-checkout call — fixes 401 UNAUTHORIZED_INVALID_JWT_FORMAT
Supabase gateway requires the service role key in the 'apikey' header
for authentication when the key uses the new sb_secret_ format (not JWT).
Previously only sent via Authorization Bearer, which the gateway rejected.
2026-04-22 17:53:29 -03:00
marciobever
fc34444bcd fix(webhook): add detailed logging to Stripe URL generation and CTA button sending to diagnose paywall fallback issue 2026-04-22 17:19:14 -03:00
marciobever
eb2ceab354 fix(webhook): move Coach state update outside setTimeout + re-read state before Food Scan + simplify menu
Root cause: the COACH_FRONT state was being saved inside setTimeout,
creating a race condition where the next message arrives before state
is persisted. Now state is saved synchronously before returning.

Also added a safety guard that re-reads state from DB right before
entering Food Scan flow, making it impossible for coach photos to
be incorrectly processed as food.

Menu simplified to two clear options: Analisar Prato / Coach Corporal.
2026-04-22 16:33:20 -03:00
marciobever
55fe0308cd fix(webhook): sanitize WhatsApp list menu fields — remove emojis from section titles and enforce Meta char limits 2026-04-22 15:47:53 -03:00
marciobever
f85a4a3300 fix(webhook): replace return Response with return in processMetaMessage — root cause of coach photos being treated as food scans 2026-04-22 15:45:26 -03:00
marciobever
8502a82b5a fix(auth): prevent concurrent dispatch deadlocks and add timeout to UserContext 2026-04-22 15:21:33 -03:00
marciobever
6640162d4d fix(whatsapp): update Coach mode to 1 photo, fix google login infinite loading, improve welcome messages 2026-04-22 15:02:40 -03:00
marciobever
f7753cfeb1 feat: premium UI redesign, WhatsApp list menus, freemium coach flow, Stripe direct checkout 2026-04-14 11:36:48 -03:00