Joe Boutros
06/16/2021, 5:22 PMdocker compose
I can get the app up and running (though it usually hangs the first time and I have to cancel the docker compose and restart it).
The problem I’m running into is either a 500 error or a timeout when trying to configure a source. The endpoint in question is <http://localhost:8000/api/v1/source_definition_specifications/get>
.
I’ve tried docker compose down -v
to start from scratch, but the same issue reoccurs. (also side-note, the support link shown in the screenshot 404s)[DEPRECATED] Marcos Marx
[DEPRECATED] Marcos Marx
Liren Tu
Dockerfile
. For example, to compile the db connector, I tried this in airbyte-db/Dockerfile
and it worked:
FROM --platform=linux/amd64/v8 postgres:13-alpine
it usually hangs the first time and I have to cancel the docker compose and restart itYes, I experience this too.
Joe Boutros
06/16/2021, 6:06 PM