graphql-java-spring-boot-example icon indicating copy to clipboard operation
graphql-java-spring-boot-example copied to clipboard

Forbidden error in graphiQL tool

Open ddash357 opened this issue 4 years ago • 1 comments

Hi, Facing one issue when I am querying through graphiql tool.Same error when I am hitting rest endpoint in postman: { “timestamp”: “2021-03-23T21:06:41.333+00:00”, “status”: 403, “error”: “Forbidden”, “message”: “”, “path”: “/graphql” }

dependencies: compile "com.graphql-java:graphql-spring-boot-starter:5.0.2" compile "com.graphql-java:graphql-java-tools:5.2.4" compile "com.graphql-java:graphiql-spring-boot-starter:5.0.2" compile 'com.googlecode.json-simple:json-simple:1.1.1' compile "org.springframework.cloud:spring-cloud-config-client:1.2.2.RELEASE" compile "com.oracle.jdbc:ojdbc8:12.2.0.1"

ddash357 avatar Mar 23 '21 21:03 ddash357

Hi @ddash357,

It seems like you upgraded the dependencies and the code is not compatible with the new versions. Some changes may be required to make it work, but I haven't updated the project and the tutorial, I'm sorry, it's not on my list of priorities right now.

eh3rrera avatar Mar 27 '21 01:03 eh3rrera