Airbyte Server Error (Uknown Error Occured)

  • Is this your first time deploying Airbyte?: No
  • Deployment: Kubernetes Deployment
  • Airbyte Version: 0.39.32-alpha
  • Source name/version: N/A
  • Destination name/version: N/A
  • Step: This is an error that happens with the airbyte server once deployed.
  • Description: We have deployed airbyte to kubernetes via Flux. Certain parts of the ui are accessible. When we navigate to certain parts, we get an unknown error page. Looking into the cloudwatch fluentbit logs for the airbyte server container, I see some cryptic errors (below). A bit unsure how to proceed. Anybody encounter similar errors and know how to proceed?
2022-08-28T22:02:54.952-04:00

at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.31.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.31.jar:?]

Can you share the complete server logs?
Would be possible to deploy using latest version?

server-logs.txt (1.2 MB)
@marcosmarxm attached are the full server logs. Im sure we definitely can upgrade. Is this just a configuration that needs to be changed? How would we go about upgrading?

I could’t find anything relevant in logs @kevinphan. Does the cluster have access to the internet? Maybe try to follow the API response in the Network Tab of the browser to see what is causing the issue.