Michael Chen
Michael Chen
I'm building for docker and having the exact same issue still. No fix available yet? ``` ---> System.DllNotFoundException: Unable to load shared library 'libz3' or one of its dependencies. In...
I just pulled the latest java17-graalvm tag from docker hub (3 hours old) This is the output of the server startup when running with `DUMP_SERVER_PROPERTIES: true` with the compose environment...
I also just checked if the issue is during docker setup, but inspecting the docker container reveals that the environment variable is indeed set correctly (as shown above).
That's unusual, i expected the server properties to not be influenced by the bundled java runtime. I'd also prefer to run graalvm for my server in the long term. Switching...
> To clarify this, the mc-image-helper tool, which is used for several things including server.properties setup, is a Java app that has to use the bundled JVM. Ah, that's the...
This issue still persists in November. I'm running `4.0.0` behind traefik proxy and I'm getting the same `https://monica.example.com/webauthn/register` 404 response as @mjec Is this issue still being tracked?
I also just wasted a couple hours on debugging my requests until i found this. I just wanted to do some experimentations with blazor, but this is a real bummer.
> This does make sense, I think injecting the Func is the way most of DI containers solve this. Ah yes, you are right, somehow I forgot about the existence...
I'd like to bump this, because I cannot migrate to v2.7.0 at the moment.