You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: /discover page 404 + enable Stripe on production deploy
- Add missing app/(general)/discover/page.tsx → redirects to /discover/upcoming
- Fix [from]/page.tsx invalid-param redirect target (/discover → /discover/upcoming)
- Configure deploy-prod.yml with STRIPE_LIVE_SECRET_KEY injection (idempotent)
- Enable ZENAO_PAID_EVENTS_ENABLED=true on production VPS
The /discover route broke during file structure refactoring (#918).
Stripe is now enabled on both staging (test key) and production (live key).
-**Unused flag cleanup**: Removed `NEXT_PUBLIC_PAID_EVENTS_ENABLED` — never referenced in frontend code, backend flag is the sole gate
51
51
-**Staging Stripe config**: `deploy-staging.yml` now injects `ZENAO_STRIPE_SECRET_KEY` + `ZENAO_PAID_EVENTS_ENABLED=true` into VPS `backend.env` during deploy
52
+
-**Production Stripe config**: `deploy-prod.yml` injects live Stripe key into production VPS `backend.env`
53
+
54
+
### Fixed
55
+
-**/discover page 404**: Added missing `page.tsx` redirect to `/discover/upcoming` — the route broke during file structure refactoring (#918)
0 commit comments