It is working ok with default / path. But when I try something like /operate or /zeebe/operate it cannot work except login page. Js client send 403 and Session Expired every time i click running Processes. It is version Operate:1.0.0. Operate Tasklist:1.0.0 works with this option Ok.
I use docker images to test it.
I had a plan, to use it with nginx, setting redirect to different docker images from different basepath. So I could use one web point with standart https, instead using zeebe:port1 zeebe:port2 etc. It is working right now this way, and I looking for method to unite it.
Actually the problem is in react frontend. It calls mypath/api/ and fails. But works with /api/…