Hi,
I have created a JMIX project (2.4.3). It consist of rest services apis.
Now, I have 3 servers on which I deploy the same WAR.
Entry point for all these server is from a parent server (Load Balancer).
Issue is that the access token generated by one server cannot be used to call the API of another server. Since load balancer decides were the api call will go.
This was not an issue in JMIX 1.x, because it maintains the access token in database, but for JMIX 2.x version it is a problem.
Is there any solution for this ?
Thank you in advance.