Skip to main content
This page is the resolution target of the RFC 9457 type URI on every connector_not_found problem body: https://docs.get-exo.com/errors/connector_not_found. HTTP status: 404 Not Found.

Why it happens

The connector path segment named a provider Exo supports, but this organization has no installation of it to act on. Note that GET /v1/connectors does not 404 for an uninstalled provider: it returns a stub with status: "not_connected". This code is for acting on an installation that is not there.

How to fix it

  • Start the install with POST /v1/connectors/github and follow the returned authorization url.
  • Check current state with GET /v1/connectors first.