-
Notifications
You must be signed in to change notification settings - Fork 32
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
GraphQL error : You must be logged in #25
Comments
I am trying to fix this on the new branch "fix/graphql-error-messages". I am still thinking what should be the right approach, prevent graphql errors on console or filter them in some way. Do you suggest any solutions? |
=> Definitely preventing the graphql error in the first place. |
I think that's the right approach too. Request data without authentication is already implemented, I used directives for that. You can see this on I really appreciate the help! I was trying to maintain the project alone, but is very time consuming, your help is more than welcome =) |
This error is showing when accessing the boilerplate. I understand you must be logged in but it should not show as an error. Being logged out is normal state that should show the login and registration page without an error.
https://i.ibb.co/9TDpVPj/Screenshot-2019-08-06-at-10-26-03.png
The text was updated successfully, but these errors were encountered: