Commit 8b3e9cb
committed
fix(render): healthCheckPath -> /api/health
/health returned 404 because the route is registered under
app.Group('/api') in main.go. Render was waiting 15 minutes
for a 200, then restarting. Render port detection saw :10000
open, but HTTP health check still failed on the wrong path.
Also updated the stale header comment: there is no
senzen-api.pantorn.site CNAME anymore. Backend is reached
via Vercel path-based rewrite (frontend/vercel.json).
Bundled: DB_USER updated to session-pooler format
postgres.bqkveselhvqmknnvwgfx (Supabase requires this
format for pooler connections on port 5432).1 parent 08f3e3c commit 8b3e9cb
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments