vault backup: 2026-05-14 16:49:57

This commit is contained in:
Vadym Samoilenko 2026-05-14 16:49:57 +01:00
parent 73a56ee1b2
commit 82f1a8bdb7
2 changed files with 4 additions and 0 deletions

View file

@ -248,6 +248,7 @@ npm run build
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 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 |
| 2026-05-14 | Create New Campaign modal | Remove validation function, remove error state, update placeholder text | CreateNewCampaignModal.tsx |

View file

@ -38,3 +38,6 @@ tags: [daily]
- 16:47 (2min) | `modcomms`
- **Asked:** Check and fix the failing question submission in the profile section and trace where questions are stored.
- **Done:** Identified missing Mailgun environment variables in `.env.deploy` and updated the example configuration file with correct values.
- 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.