vault backup: 2026-05-14 17:28:26

This commit is contained in:
Vadym Samoilenko 2026-05-14 17:28:26 +01:00
parent 82f1a8bdb7
commit 08288c292a
3 changed files with 10 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1778770583912,
"lastSyncTimestamp": 1778775086246,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -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 |

View file

@ -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.