500 status from API server when accessing /v1/sources endpoint

Summary

Received a 500 status error when trying to access the /v1/sources endpoint in Airbyte OSS installed on Kubernetes and using port forwarding.


Question

api server issue

got 500 status from api server when tried /v1/sources api
I am using airbyte oss installed on k8s and port forward to service

kubectl -n airbyte port-forward svc/airbyte-airbyte-api-server-svc 8006:80
when i do

<http://localhost:8006/v1/sources?includeDeleted=false&amp;limit=20&amp;offset=0>
I get

{
    "type": "about:blank",
    "status": 500
}```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1710688606399319) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["api", "server-issue", "500-status", "airbyte-oss", "kubernetes", "port-forwarding"]
</sub>

I get this same error running airbyte v0.50.56, were you able to resolve this?

Actually, I was able to find this and solved my issue with listing sources! I had to pass in the workspaceIds parameter in the query. https://github.com/airbytehq/airbyte/discussions/35116