-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
🐛 New Contribution Form Does Not Respond on Submission
Affected Files:
backend/src/middleware/auth.js
backend/src/middleware/async.js
Description:
When submitting the form, there's no user feedback even though backend validation fails. The form appears unresponsive after submission attempts.
Steps to Reproduce:
- Navigate to /new-contribution
- Enter all required data
- Submit the form
Expected Behavior:
- A validation popup should appear
- Successful submission should redirect to dashboard
Current Behavior:
The form submits without visual feedback. The POST request fails (status 500) but the UI remains unchanged.
Environment:
- OS: Ubuntu
- Browser: Chrome v137.0.7151.55 (Official Build) (64-bit)
- React v18.2
- Vite v6.3.5
Attempted Solutions:
- Verified errors are present in API response
- Checked network tab for 500 error details
- Inspected backend validation logic
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers