Hello! Trying the newest version of airbyte on cen...
# replication-ask-ai
r
Hello! Trying the newest version of airbyte on centos server and I have encontered this problem while trying to run the server:
Copy code
Unable to create dynamic config client. Error: unable to validate dynamic config: dynamic config: config/dynamicconfig/development.yaml: stat config/dynamicconfig/development.yaml: no such file or directory
Tried to google but failed. Maybe anyone has already solved this issue? I have followed these instructions https://docs.airbyte.com/deploying-airbyte/on-aws-ec2 Thanks!
k
A message from kapa.ai
New message text here
r
I have solved it with creating a development.yaml file in the directory with
Copy code
sudo touch development.yaml
a
@Rytis Zolubas where you created this file exactly?
r
here:
Copy code
config/dynamicconfig/development.yaml
under airbyte folder
m
@Rytis Zolubas was your development.yaml file blank?
m
Hello everybody! I had the same issue, for me it worked by creating a development.yaml file in this airbyte directory: airbyte/temporal/dynamicconfig
🙌 1
r
it was not even there. config/dynamicconfig was empty
m
yes, file is empty!
👍 1
this is crazy, but works! 😄
😅 2
r
@Marcelo Picarelli I was suprised too but gave it a shot since I could not find anything on internet regarding this 😄
😂 1
j
empty file work for me, thank you very much I spent hours to make it work.
m
Thanks @Marcelo Picarelli!