Hi there! I've been struggling with Airbyte's loca...
# replication-ask-ai
q
Hi there! I've been struggling with Airbyte's local installation for a couple of hours due to an issue with the temporal container 😬 As a result, the UI isn't accessible. I navigated through the forum but couldn't find a solution. Other users seem also to experience this... Here is the error message. Can you, please, help me to solve this install? --what I tried-- • I tried to install/re-install Airbyte (always been using the doc) • To copy/paste someone else image (v.3.8) • I increased the resources via docker desktop UI up to 6Gb RAM/CPU • Use either
docker-compose
up / down or
./run-ab-platform.sh
--my local config-- • MacBook Air M1 • Docker version 23.0.5 • Docker Compose version 2.17.2
❤️ 1
👀 1
👍 1
c
Hey @Quentin SINIG I was having the same problem, but using this issue link seemed to have the fixed it https://github.com/airbytehq/airbyte/issues/28469 Seems there is a file missing in the master branch (
temporal/dynamicconfig/development.yaml
) if you pull this file down it might work (worked for me) https://github.com/airbytehq/airbyte-platform/blob/main/temporal/dynamicconfig/development.yaml
👀 1
q
It definitely worked! The yaml file was, indeed, missing! thanks a lot @Connor McShane!
🦜 1
z
Thanks for it @Connor McShane!
j
Hey all! I am having the same issue when attempting to setup Airbyte in a GCP VM Instance, I'm pretty sure it's because of the missing .yaml file. I attempted to manually download the .yaml file to the
dynamic
folder, and was able to after changing ownership of the
temporal
folder, but I am still having startup issues. Can someone describe the workflow/terminal commands to fix this issue?
c
did you put it in
dynamicconfig
folder?