-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
The Newsletter component (src/components/Newsletter.tsx) uses data-netlify="true" for form submission, but the site infrastructure uses Podman/PocketBase containers — there is no evidence of Netlify deployment.
Impact
Newsletter signups may silently fail. Users see a success message but their email may not be stored anywhere.
Recommended Fix
Either:
- Use PocketBase: Create a newsletter collection and submit via the PocketBase client
- Use a third-party service: SendGrid, Mailchimp, or ConvertKit API
- Confirm Netlify deployment: If the site IS on Netlify, document this
Files to Modify
src/components/Newsletter.tsx- Potentially
src/lib/pocketbase.ts
Acceptance Criteria
- Newsletter form submissions are actually captured and stored
- Success/error states accurately reflect submission result
- Form backend is documented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working