Error Loading Sources or Destinations in Airbyte

Summary

User reports an internal server error (HTTP 500) while attempting to load sources or destinations in Airbyte after deployment using abctl. The error is related to a failure in fetching enterprise source stubs, with an underlying cause of HTTP code 403.


Question

:wave: Hello, team!
I have deployed airbyte using abctl and it was successfully but when I login to the application and load sources or destinations panels I get this error:


HttpError: errors.http.internalServerError
    at Uve (<http://172.21.16.3:8080/assets/core-ihmc9y4fn3.js:120:10572>)
    at async Lgt.Xt.suspense [as queryFn] (<http://172.21.16.3:8080/assets/core-ihmc9y4fn3.js:384:95031>)```
Why this is happening and how can I fix this?

<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/p1733051996033399) if you want
to access the original thread.

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

<sub>
['http-error', 'internal-server-error', 'abctl', 'enterprise-sources', 'http-403']
</sub>

Hi,
have you tried to curl this adress from your server pod?
“https://connectors.airbyte.com/files/resources/connector_stubs/v0/connector_stubs.json”

This is the response

<html><head>
<meta http-equiv=“content-type” content=“text/html;charset=utf-8”>
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/files/resources/connector_stubs/v0/connector_stubs.json</code> from this server.</h2>
<h2></h2>
</body></html>

Is there any way to disable enterprise features to prevent this error?

Is your deployment behind proxy?

No I do not think so

did you tried " curl -iv"?
have a try with
curl --noproxy '*' <URL>

It works. How should i deny using proxy?

two message before I shared my conf :wink:

https://airbytehq.slack.com/archives/C021JANJ6TY/p1733008277452879

I don’t know if it is worth… since I still have error later.
I do not know yet if my “job ID null” error can be related

Let me know if it works for you and share you values and config if it is please :pray:

Thanks a lot. It helps too much

Actually i installed just with the following command.
I had problem with loading sources and destinations and now with setting DNS I has been resolved. But still have problem when I want to create a source or destination
abctl local install --insecure-cookies --port 8080