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 thatGET /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/githuband follow the returned authorization url. - Check current state with
GET /v1/connectorsfirst.
Related
connector_not_syncablenot_found- Errors for the envelope and the full catalogue