Thomas Segismont
Thomas Segismont
The Apollo Client doc tells you how to include cookies for auth: https://www.apollographql.com/docs/react/networking/authentication/#cookie
I can't reproduce. Do you have anything in the server logs?
Weird. Can you add this to the router definition and try again: ```java router.errorHandler(500, rc -> { System.err.println("Handling failure"); Throwable failure = rc.failure(); if (failure != null) { failure.printStackTrace(); }...
So you're building a jar with dependencies, correct? Then have you checked the [vertx-docker-java-fatjar](https://github.com/vert-x3/vertx-examples/tree/master/docker-examples#vertx-docker-java-fatjar) example?
@lukasjelonek would you mind to provide a pull request? Thanks!
It would be a nice addition, indeed. Would you mind to contribute it? We can help you with the pull request.
@pmlopes @vietj does that ring a bell? I can't get the NPE either.
What's the difference with the existing Heroku examples? Is it only the build system?
@dalgarins thanks Definitely a nice contrib, not sure if we want to maintain same examples for two build systems. wdyt @vietj ?
Hold the horses 😁 Let's see what @vietj thinks