← Index
Source: docs/history/2026-06-24-verex.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

2026-06-24

Summary

Verex Task 1: basic prediction-market web UI (DB-only)

Verex Task 2 prep: deploy scaffolding

Local dev tooling + learning docs

Bug fix: API 500 — Environment variable not found: DATABASE_URL

Deploy hardening — made deploy.sh actually runnable

Deploy prerequisites — quick check (before the first run)

deploy.sh is now runnable; before the first run, confirm:

Need Status
scripts/deploy.env filled (PROJECT_ID, REGION) ✅ set (gitignored)
GCP budget cap ✅ set
gcloud auth login likely ✅ (rabbit was deployed from this machine)
gcloud auth application-default login ⚠️ needed for the Cloud SQL Auth Proxy (migrate/seed) — run once if not done

First run is a fix-as-you-go on the *.run.app URL; do not map verex.jaylabs.xyz until that URL works. Run it watched, not unattended.

Deploy run #1 — fixes as they surfaced

✅ Deploy succeeded

Post-merge fix — next-env.d.ts blocked git pull