Replies: 2 comments 2 replies
-
@LALauw we need some more information to be helpful here. A runnable reproduction we can run would be very helpful, with explicit instructions on how to clone / set up and trigger the error. Do you at least have logs from Hygraph you can share? Some details as to why that request failed would be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@LALauw did you ever figure this out? Dealing with the same issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Nextjs server running with a graphql endpoint at "http://localhost:3000/api/graphql", but I'm also utilising a headless cms called Hygraph. The problem is that I want to use federation for both my own graphql api and the one from Hygraph. I have set it up as follows:
However I'm getting the following error:An error occurred during Apollo Server startup. All GraphQL requests will now fail. The startup error was: Couldn't load service definitions for 'cms'
What am I doing wrong here and has anybody knowledge how to use federation with a headless cms?
Beta Was this translation helpful? Give feedback.
All reactions