Skip to content
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

Unexpected token < in JSON at position 0 #8

Closed
filosofisto opened this issue Nov 12, 2019 · 2 comments
Closed

Unexpected token < in JSON at position 0 #8

filosofisto opened this issue Nov 12, 2019 · 2 comments

Comments

@filosofisto
Copy link

Just have started server, execute with GraphQL Playground as suggeted and it does not works.
Error:

Unexpected token < in JSON at position 0

image

Any help?

Best,
Eduardo

@Mannik01
Copy link

Hi Eduardo,

This may be because some of the imports in the classes were from incorrect sources, for example, ImmutableMap, Resources and Charsets. So, please make sure the imports are correct.

This issue usually arises when there is an error while parsing JSON from the server response.

-Mandip

@dondonz
Copy link
Member

dondonz commented Sep 29, 2023

Closing this old issue as the tutorial has since been rewritten to use Spring for GraphQL. Hopefully you were able to resolve the issue

@dondonz dondonz closed this as completed Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@filosofisto @Mannik01 @dondonz and others