diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index e756d57..ba3b574 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1778770583912, + "lastSyncTimestamp": 1778775086246, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/modcomms/Mod Comms.md b/01 Projects/modcomms/Mod Comms.md index b205aeb..8d4968e 100644 --- a/01 Projects/modcomms/Mod Comms.md +++ b/01 Projects/modcomms/Mod Comms.md @@ -10,7 +10,7 @@ server: baic tags: [barclays, ai, compliance, proof-review, multi-agent, gcp] created: 2026-04-14 last_commit: 2026-05-14 -commits: 207 +commits: 208 port: 8000 db: PostgreSQL --- @@ -248,6 +248,8 @@ npm run build ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-14 | Ask a Question form | Form submission routing, .env.deploy.example values | .env.deploy.example, backend form handler | +| 2026-05-14 | Profile question submission bug | Fix submission logic, update environment config | server files, .env.deploy.example | | 2026-05-14 | Profile questions submission | Mailgun domain placeholder fix, .env.deploy update, backend restart | backend/.env, .env.deploy | | 2026-05-14 | Logo update | Added Mailgun credentials to .env.deploy, updated .env.deploy.example | .env.deploy, .env.deploy.example | | 2026-05-14 | Campaign ID placeholder | Grey placeholder text format, validation warning removed | CreateNewCampaignModal.tsx | diff --git a/99 Daily/2026-05-14.md b/99 Daily/2026-05-14.md index 8db47e5..864d9ee 100644 --- a/99 Daily/2026-05-14.md +++ b/99 Daily/2026-05-14.md @@ -41,3 +41,9 @@ tags: [daily] - 16:48 | `modcomms` - **Asked:** Fix profile section question submission failing with 500 error and identify where questions are sent. - **Done:** Identified Mailgun domain misconfiguration in backend/.env on server and updated it to correct domain. +- 17:26 (<1min) | `modcomms` + - **Asked:** Check if question submission is failing in the profile section and fix it. + - **Done:** Updated server with correct values and synced `.env.deploy.example` with proper configuration. +- 17:27 | `modcomms` + - **Asked:** Check and fix the failing "Ask a Question" form in the profile section and trace where submissions go. + - **Done:** Updated server backend to route form submissions to BAICsupport@oliver.agency via admin@oliver.solutions and updated environment configuration.