From 82f1a8bdb79d7b36e9f7222933432ea5a50c4c2b Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 14 May 2026 16:49:57 +0100 Subject: [PATCH] vault backup: 2026-05-14 16:49:57 --- 01 Projects/modcomms/Mod Comms.md | 1 + 99 Daily/2026-05-14.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01 Projects/modcomms/Mod Comms.md b/01 Projects/modcomms/Mod Comms.md index a48a473..b205aeb 100644 --- a/01 Projects/modcomms/Mod Comms.md +++ b/01 Projects/modcomms/Mod Comms.md @@ -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 | diff --git a/99 Daily/2026-05-14.md b/99 Daily/2026-05-14.md index 6a4b43e..8db47e5 100644 --- a/99 Daily/2026-05-14.md +++ b/99 Daily/2026-05-14.md @@ -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.