Skip to content

fairdrop.xyz API returning 502 errors - blocks Swarm uploads #22

@crtahlin

Description

@crtahlin

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

  1. Investigate backend service status
  2. Add health monitoring/alerting
  3. Consider redundancy or fallback endpoints
  4. Add status page so users know when services are down

Found during seller flow UX testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions