1

When attempting a HTTP request message to the Vert.X HTTP server endpoint, it fails with the error 'io.vertx.core.impl.NoStackTraceThrowable: Query is missing'. This happens when the Query is passed as part of the request body. The same is NOT observed when the 'query' is provided in the URL.

Adding the following code did not help either.

router.route().handler(BodyHandler.create());

Alexey Soshin
  • 16,718
  • 2
  • 31
  • 40
  • 2
    Can you post the complete router setup (including `GraphQLHandler`) and explain how you send the request? – tsegismont Aug 17 '21 at 08:33

0 Answers0