i am getting this error on making new sources: ```...
# replication-troubleshooting
k
i am getting this error on making new sources:
Copy code
Invalid json input. Unrecognized field "workspaceId" (class io.airbyte.api.model.generated.SourceCoreConfig), not marked as ignorable (2 known properties: "connectionConfiguration", "sourceDefinitionId"]) at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 257] (through reference chain: io.airbyte.api.model.generated.SourceCoreConfig["workspaceId"]) Unrecognized field "workspaceId" (class io.airbyte.api.model.generated.SourceCoreConfig), not marked as ignorable
i also updated my airbyte version to
0.40.15
. what is the latest stable version i can use? I saw threads that mention this is a backend issue
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 3027 to ensure timely resolution!
s
@Kevin Phan, have you tried upgrading to 0.40.16?
k
yup currently on that version now and still getting the same error.
i was originally on
0.40.0-alpha
but for new connections i would get
connection failed no json response
error
s
Out of curiosity, what version were you on before upgrading to 0.40.0-alpha, if any?
k
i was on
0.35.28-alpha
. Maybe since i am working of a forked repo, maybe i didn't upgrade correctly. I changed all the
0.40.0-alpha
tags in the repo to
0.40.16
and manually deployed. Is that correct? or should the versions if the images be different?
s
Are you using docker or kubernetes?
k
kubernetes
s
Hmm, my intuition tells me that there's something missing in how you upgraded but I'm not sure since I haven't upgraded using kubernetes. How helpful are our docs?: https://docs.airbyte.com/operator-guides/upgrading-airbyte/#upgrading-on-k8s-0270-alpha-and-above
k
not much to read from . It does give you a general idea though!