Bug Report
Description
Clicking the "Subscribe" button on the newsletter subscription form
displays an error instead of successfully subscribing.
Steps to Reproduce
- Scroll to the newsletter subscription section
- Enter a valid email address
- Click the "Subscribe" button
- Error is displayed
Expected Behavior
- Form submits successfully
- User sees a success confirmation message
- Email is recorded in the backend
Actual Behavior
- An error is shown after clicking Subscribe
- No confirmation message appears
- Unclear if the subscription was recorded
Possible Causes
Affected Files (suspected)
templates/ — newsletter form template
- Frontend JS handling form submission
- Backend view handling
/api/subscribe/ or similar endpoint
Additional Context
⚠️ Please attach:
- Screenshot of the error message
- Browser Console logs (F12 → Console tab)
- Network tab response for the failed request
Labels
bug frontend backend needs-investigation
Bug Report
Description
Clicking the "Subscribe" button on the newsletter subscription form
displays an error instead of successfully subscribing.
Steps to Reproduce
Expected Behavior
Actual Behavior
Possible Causes
/api/subscribe/not connected or returning errorAffected Files (suspected)
templates/— newsletter form template/api/subscribe/or similar endpointAdditional Context
Labels
bugfrontendbackendneeds-investigation