This message was deleted.
# help-api-cli-orchestration
s
This message was deleted.
e
Here's a version without the long stack traces: Hey all, we're still stuck using Octavia due to lack of custom connector support in the terraform provider. We're running the latest airflow (0.50.30) and octavia container (0.50.7). This was all working just fine, but when I went to upgrade to the latest Jira and github sources, and then import those connections into code, I'm now getting an internal server-side exception:
Copy code
{
  "message": "Internal Server Error: Could not find configuration for STANDARD_SYNC: 395a082f-e613-4e86-b584-cc33b0287942.",
  "exceptionClassName": "io.airbyte.commons.server.errors.IdNotFoundKnownException",
  "exceptionStack": [
    "io.airbyte.commons.server.errors.IdNotFoundKnownException: Could not find configuration for STANDARD_SYNC: 395a082f-e613-4e86-b584-cc33b0287942.",
    "\tat io.airbyte.server.apis.ApiHelper.execute(ApiHelper.java:30)",
    "\tat io.airbyte.server.apis.WebBackendApiController.webBackendGetConnection(WebBackendApiController.java:91)",
    "\tat io.airbyte.server.apis.$WebBackendApiController$Definition$Exec.dispatch(Unknown Source)",
    "\tat io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invoke(AbstractExecutableMethodsDefinition.java:371)",
    "\tat io.micronaut.context.DefaultBeanContext$4.invoke(DefaultBeanContext.java:594)",