-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 404 in Queries #1
Comments
I am getting the same issue, can anyone help ? |
Ok, I do not have this problem. I guess I did everything right. However, could anyone of you post your code and which step you are in? It is ok to post them on the GitHub. I will check them in my free time. |
Hi Jonathan, I was able to resolve the above error but now getting the following exception:- This comes while in step 2 (https://www.howtographql.com/graphql-java/2-queries/) of the tutorial. My code is committed here:- Thanks in advance for looking at it. Your help and time is much appreciated. Best, |
Hi, Vaibhavg12. After 5mins of trying, your problem has been solved. I think after looking at the code below, you will know what the problem of the code you gave me is.
|
Thanks Jonathan, I missed a pretty trivial thing in my pom. I wasn't aware that I would need that since it was no where mention in the tutorial. Thanks again !! Best, |
Hey raderio, post your code here. If you don't, how can I know what your problem is? I am not a super creature. |
I get error 404 in https://www.howtographql.com/graphql-java/2-queries/
for http://localhost:8080/graphql?query={allLinks{url}}
Can you please add tags for every step, how it should be in final for each step.
The text was updated successfully, but these errors were encountered: