JavaFX cannot consume API
I created a JavaFX17 app with JakartaEE10 using Maven Shade. It runs correctly on NetBeans>run, but when double click on the shaded.jar it runs but I cannot login. I use nonce for logging in. It consumes nonce correctly from the server then returns nothing when loginAPI(), without error on client as well as on server side. I assume something is wrong with the POM file since I can login fine when run on NetBeans. Please help.