Skip to content

bug(events): events get <id> returns 404 for all events (/getEvent endpoint) #57

Description

@KalebCole

Bug

partiful events get <eventId> fails with a 404 for every event — both events I host and events I'm invited to.

$ partiful events get BiwCtA9kRMh8Od5TvuPq
{"status":"error","error":{"code":4,"type":"not_found","message":"API POST /getEvent failed","details":{"statusCode":404,"body":""}}}

Reproduced both through the CLI and via a direct /getEvent call in src/lib/http.js, using a freshly-refreshed valid token (the events list endpoint works fine with the same token). Points to a Partiful backend endpoint change or renamed method for /getEvent, not an auth problem.

Impact

Suspected cause / next step

/getEvent (POST, in events get and events clone's source-fetch) likely renamed or moved. Capture the current web app's network call for the event page and update the endpoint/method name. events clone may be affected too since it fetches the source via the same endpoint.

Repro

  1. partiful auth status (confirm valid)
  2. partiful events list → works, copy any id
  3. partiful events get <id> → 404

Discovered while researching #56.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions