ghostguild-org/server/api/internal
Jennie Robinson Faber a2a8d945c6
Some checks failed
Test / vitest (push) Successful in 10m59s
Test / playwright (push) Failing after 10m22s
Test / visual (push) Failing after 10m11s
Test / Notify on failure (push) Successful in 2s
fix(reconcile): connect mongoose before querying members
Route was the only DB-using endpoint that didn't call connectDB(); other
routes warm the connection incidentally, but on a freshly-booted container
with no SLACK_BOT_TOKEN the slack-joins plugin skips and nothing else
opens the pool — first reconcile request hung 10s on buffered Member.find()
and returned 500.
2026-04-26 13:47:03 +01:00
..
reconcile-payments.post.js fix(reconcile): connect mongoose before querying members 2026-04-26 13:47:03 +01:00