Replies: 1 comment 1 reply
-
Sorry but I figured out my issue... I had security enabled and wasn't able to perform a GET on /graphql. 🤦♂️ |
Beta Was this translation helpful? Give feedback.
1 reply
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 GraphQL API writing in Java + Spring. I tried just pointing Nuxt GraphQL Client to the GraphQL endpoint and didn't have any luck. There is also a way to print out the schema so I enabled that and if you go to http://localhost:8080/graphql/schema you will get something that looks like this
I configure Nuxt to use those 2 urls:
However when I run npm run build I am still getting an error
What am I missing to make this work?
Beta Was this translation helpful? Give feedback.
All reactions