Looking for some insight on this issue. In the IDE, my ktor client's requests go through just fine. After building with jpackage and installing on the same development machine, it appears that no request is ever being made by the client. A thread dump seems to show the thread just waiting forever. I'm unsure why this would be working in the IDE but now in the build, but I think it could be related to how ktor is working with the build tools we're using. Has anyone run into something like this before?