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&limit=20&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>