Martin Sonc
03/06/2024, 2:44 PMserver and test_client, both JVM application projects, and attempting to make an API call from test_client to server the server throws a java.lang.NoClassDefFoundError
it keeps doing the same until an external client executes the same request to the same server instance, which works as expected, after which the server responds normally to the requests from test_client
the codebase is split into different components, like so:
+ backend
| - server
| - test_client
+ frontent
| - ios
| - android
| - js
+ shared
| - common
| - common-ios
| - common-android
| - common-js
| - common-jvm
any ideas? :-/