-
I started to use Wundergraph setup since a few months ago, everything was working fine until I updated the repository last week. Now, it requires me to run This is actually a hassle and it kills the purpose. I didn't have to do such thing previously and straight away I publish the schema through the My question is, is there any way to bypass this static routing config file and be it dynamic as previously ? Thanks in advance !! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I removed the configuration ` ` |
Beta Was this translation helpful? Give feedback.
-
An then I check the logs of the CDN docker instance in my local machine. And then I found this error. I am not sure how can proceed from here. Any help would be appreciated to fix this.
|
Beta Was this translation helpful? Give feedback.
-
Hi @salindah, Your router receives the execution config in one of two ways:
You can't mix and match these two approaches. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
-
I missed your follow up comments. I'm not sure what's gone wrong in your set up, and it could take some time to debug. I would advise to start from a clean slate. If everything is set up correctly, your router should use your local CDN as before, and changes will be propagated. |
Beta Was this translation helpful? Give feedback.
Hi @salindah,
Your router receives the execution config in one of two ways:
wgc router compose
and reference the file in your .env (see these docs).You can't mix and match these two approaches.
Does this answer your question?