Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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