Baudilio García Hernández
09/26/2024, 9:15 AMairflow.exceptions.AirflowException: Unexpected status code 404 from token endpoint
Any ideas of what I am doing wrong?user
09/26/2024, 9:16 AMv1/applications/token
as the TOKEN_URL. However, based on the information from the Github issue, it seems like the endpoint might be /api/v1/connections/sync
. If you're still encountering issues, it might be helpful to check the output of the following commands as suggested in the Github issue: bash docker ps | grep airbyte-abctl
bash curl -v <http://localhost:8000/api/v1/instance_configuration> 1> /dev/null
These commands can help you check the status of your Airbyte installation and whether the API is correctly set up. If none of these suggestions help, I would recommend checking out the [Airbyte troubleshooting guide](https://docs.airbyte.com/deploying-airbyte/troubleshoot-deploy) for more information.