Description
The /api/free-stamp endpoint returns HTTP 502 Bad Gateway, blocking all Swarm uploads.
Steps to Reproduce
curl -X POST "https://fairdrop.xyz/api/free-stamp" \
-H "Content-Type: application/json" \
-d '{"timestamp": 1770042344000, "accountId": "test"}'
Result: HTTP 502 Bad Gateway
Impact
Critical - Cannot complete seller flow. Content upload to Swarm is impossible without working stamp endpoint.
Suggested Fix
- Investigate backend service status
- Add health monitoring/alerting
- Consider redundancy or fallback endpoints
- Add status page so users know when services are down
Found during seller flow UX testing
Description
The
/api/free-stampendpoint returns HTTP 502 Bad Gateway, blocking all Swarm uploads.Steps to Reproduce
Result: HTTP 502 Bad Gateway
Impact
Critical - Cannot complete seller flow. Content upload to Swarm is impossible without working stamp endpoint.
Suggested Fix
Found during seller flow UX testing